Re: Character encoding, once again....

2006-08-14 Thread dizzi
THANKS, that URIencoding property of HTTP connector was source of GET problems I tried to remove filter after that, but POST requests stop working. So ive instaled filter back. Now I have working both GET and POST. Aleluja... d. Anyway its On Mon, 14 Aug 2006 22:40:27 +0200, Mark Thomas

Re: Character encoding, once again....

2006-08-14 Thread Mark Thomas
dizzi wrote: > Im not sure if this is problem of tomcat, but i think that its most > probable. Unlikely. I haven't seen a valid bug in this area for quite some time. It is usually a combination of configuration (check the URIEncoding property of your connector) and application errors. For a correc