Skip to main content
Participant
July 20, 2013
Question

I cannot change setting of PostParametersLimit

  • July 20, 2013
  • 2 replies
  • 1506 views

I have tried using the documented approach of adding the parameter to Neo-runtime.xml (the param was not in the file at all, I added it) and by createObject("component","cfide.adminapi.runtime").setRuntimeProperty("postParametersLimit", 120) (we successfully use this to set PostSizeLimit)

I have this problem in CF9.0.0 and CF 9.0.2

This topic has been closed for replies.

2 replies

Participant
July 23, 2013

The manual setting of the variable was overwritten by a copy of the file during our reload and restart.  Changing the order resolved that.

We still have not found a method to query the value, at least we can set it in CF9 by editng the xml.

Thanks for the suggestions.

Participating Frequently
May 5, 2014

Hi Jware,

Can you explain what you mean about "changing the order"? and was the duplicate copy

the same filename?

Thanks,

JOE

BKBK
Community Expert
Community Expert
July 20, 2013

jware-cpg.org wrote:

I have tried using the documented approach of adding the parameter to Neo-runtime.xml (the param was not in the file at all, I added it)

The documented approach is to set the maximum number of post request parameters or the maximum size of post data on the page Server Settings >> Settings in the ColdFusion Administrator.

Participant
July 22, 2013

Thanks, but this is CF 9.0.0 and 9.0.2. PostParametersLimit is not exposed on the Administrator page (PostSizeLimit is, but that does not help for number of fields).

see ColdFusion 9.0 Update 2 Release Notes

http://helpx.adobe.com/coldfusion/release-note/coldfusion-9-0-update-2.html

BKBK
Community Expert
Community Expert
July 22, 2013

I am on version 10, so I can only see your point now. In any case, I would suggest you check yourself whether PostParametersLimit is in the list of variables which can be set as above.

To do so, open http://yourdomain/CFIDE/adminapi/runtime.cfc. Then look at the list under setRuntimeProperty.