I'm running
Tomcat 5 on JDK 1.5
I'm getting 404 errors for requests when the URL is encoded which doesn't make sense to me.
i.e.
/mypage.htm?page=A works
/mypage.htm%3fpage=A 404
Shouldn't this be handled automatically by tomcat? I've read the connector configuration docs but haven't been able to resolve this. I added URIEncoding="UTF-8" to my connectors but I don't believe this is even a UTF-8 encoding but ISO-Latin.
I tried URIEncoding="ISO-Latin1" (ISOLatin, ISOLatin1 etc.) to no avail.
Any ideas?
TIA,
Bill
Increasingly, people seem to misinterpret complexity as sophistication, which is baffling - the incomprehensible should cause suspicion rather than admiration. Possibly this trend results from a mistaken belief that using a somewhat mysterious device confers an aura of power on the user. Niklaus Wirth