Re: SSF and URL Encoding

2008-05-06 Thread Robin Wyles
Hi Rainer, Thanks very much for your reply... shortly after writing my post I thought about using an input module, and wrote my own url encoding input module, not realising there was one already included with Cocoon - after all these years using Cocoon I've never seen it! However, I'm und

Re: SSF and URL Encoding

2008-05-06 Thread Rainer Pruy
Hi Robin Robin Wyles schrieb: > Hi All, > [...] > > So, my questions are > > a) Should ServletSource be encoding the URL it receives ? I would've > thought probably not... just my personal opinion: No. It would cause SSF to treat URLs different from other protocols. matching happens on de-code

SSF and URL Encoding

2008-05-06 Thread Robin Wyles
Hi All, Consider this pipeline matcher: ... when called using the following URL... /xq/testfeed/-/one%7Ctwo ... results in the following exception... java.net.MalformedURLException: Invalid URI syntax. Illegal character in opaque part at index 74: