Yeah, looks like the JS handler doesnt URL decode the incoming path. Could you file a bug on Jira for this at https://issues.apache.org/jira/browse/SHINDIG
- Henry On Tue, Jun 19, 2012 at 8:52 AM, Bertrand Croq <[email protected]> wrote: > Hi, > > I am currently working on a Container and I have a problem when proxying > requests to /gadgets/js/ > > When a browser requests /gadgets/js/container:somethingelse.js to my > application, my proxy sends the request to Shindig but rewrites the path to > /gadgets/js/container%3Asomethingelse.js, which fails. > > I can fix my proxy, by shouldn't Shindig try to URLDecode the received path > before splitting it? > > > Regards > > -- > Bertrand CROQ > 02 23 21 21 50 > Chef de Projet > > Net-ng > 6, rue de Jouanet > 35700 RENNES > http://www.net-ng.com >
