I opened this issue; https://github.com/restlet/restlet-framework-java/issues/804
but I haven't heard anything back. I'm curious if anyone has an opinion on restlet and how the TUnnelFilter is re-encoding a + symbol. I think in this case the parameters are already decoded, so any + should have come from a %2b and should be re-encoded as a %2b, not a space (%20). This only happens when ?media= is used in the query parameters, if this is left out then the %2b is forwarded correctly to my controller. Thanks in advance, Rob ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3069588

