Re: backslash URL encoding

2013-05-09 Thread Daniel Mikusa
On May 9, 2013, at 11:05 AM, Lutischán Ferenc wrote: > Dear Dan, > > Thanks for your suggestion. > I tried it, but it didn't work for me (Tomcat started with parameter: > -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true). > In my tomcat log: > 127.0.0.1 - - [09/May/2013:15:34:54 +0

Re: backslash URL encoding

2013-05-09 Thread Lutischán Ferenc
Dear Dan, Thanks for your suggestion. I tried it, but it didn't work for me (Tomcat started with parameter: -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true). In my tomcat log: 127.0.0.1 - - [09/May/2013:15:34:54 +0200] "GET /angol-magyar-szotar/w%5C HTTP/1.1" 400 - Regards,

Re: backslash URL encoding

2013-05-08 Thread Daniel Mikusa
On May 8, 2013, at 9:09 AM, Lutischán Ferenc wrote: > Dear Dan, > > Thank for your reply. > > 1. This site is a dictionary: > - Windows users often enter a "\" in place of "/" > - Rarely there are "\" in the phrases I think what you're looking for is this… org.apache.tomcat.util.buf.UDecoder

Re: backslash URL encoding

2013-05-08 Thread Lutischán Ferenc
Dear Dan, Thank for your reply. 1. This site is a dictionary: - Windows users often enter a "\" in place of "/" - Rarely there are "\" in the phrases 2. The returned status code is: 400 Bad Request 3. Mappings: index com.ys.dictzone.Index index /*

Re: backslash URL encoding

2013-05-08 Thread Daniel Mikusa
On May 8, 2013, at 8:46 AM, Lutischán Ferenc wrote: > Dear Users, > > Tomcat 7.0.39. > > I have problem with the following url in firefox 20: > http://dictzone.com/english-german-dictionary/a\ (it resulted in the > http://dictzone.com/english-german-dictionary/a%5C request). Why do you have a

backslash URL encoding

2013-05-08 Thread Lutischán Ferenc
Dear Users, Tomcat 7.0.39. I have problem with the following url in firefox 20: http://dictzone.com/english-german-dictionary/a\ (it resulted in the http://dictzone.com/english-german-dictionary/a%5C request). It results is an emtpy page. This request don't arrive my servelt / filter codes.