DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32708>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32708





------- Additional Comments From [EMAIL PROTECTED]  2004-12-15 10:18 -------
(In reply to comment #1)
> Do you see this in conf/catalina.properties:
> tomcat.util.buf.StringCache.byte.enabled=true ?
> So you can easily work around the problem.

Done, which works, but causes other problems like getting 'white pages' on some
GET requests.

I found out how the problem arrised. When looking in server.xml, was a connector
entry:

<Connector URIEncoding="null" enableLookups="true" port="9000" redirectPort="-1"
backlog="10" disableUploadTimeout="false">
</Connector>

As you can see, the URIUncoding is null. I don't know what it means excactly,
but I didn't put it there. I used the admin tool to add the connector. I'd like
to try to reproduce the problem, but my Admin tool doesn't work anymore. I
cannot collapse items (I don't know if I should file this as another bug report,
but I cannot say more than: my menuitems don't collapse anymore after adding a
new service...)

After removing the URIencoding, everything is working fine again, even after
re-enabling the StringCache.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to