Hi there, I've discovered Cherokee three days ago, and I'm already very happy with it. Thanks a lot to the devs :)
I successfully set up a proxy for a (CouchDB) REST service with the following rewrite service: /(.*)$ to /mydb/_design/myapp/_rewrite/$1 It works like a charm... except for a URL which is supposed to contain encoded slashes, e.g. http://mycherokee.com/resource/http:%2F%2Facme.com%2Ftext%2Fd0 A few tests let me think that Cherokee rewrite process decodes these characters. In Apache, the AllowEncodedSlashes directive solves a similar problem. Is there a way to do that in Cherokee? Any help would be very appreciated... Regards, Aurélien _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
