filtering using 'equals on of', where it's 1 of 700 things | trent | 2011-07-13 21:11 |
Status: Closed | ||
I decided to go with the Query Web Part over the Editor Grid Panel to maintain a consistent interface.As to the original problem, the best thing I can come up with is for you to increase the max http header size in the tomcat connector config. <Connector port="8080" maxHttpHeaderSize="32000" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" /> i.e. increasing the maxHttpHeaderSize. By default it's 8k I believe.http://tomcat.apache.org/tomcat-5.5-doc/config/http.html |
||