[cgiapp] CAP Dispatch and encoded backslashes
Ron Savage
ron at savage.net.au
Wed Jun 6 23:17:12 EDT 2012
Hi Brett
On 07/06/12 05:37, B. Estrade wrote:
> I am having an issue with CAP Dispatch that seems to be rearing its
> ugly head when I send, as part of the route, serialized JSON data.
> The issue is that I have a value with a backslash in it.
>
> I am pretty sure the URL parsing done by Dispatch is splitting on this
> backslash, but I though that it wouldn't be a problem since it's being
> sent as an encoded string.
>
> When I don't include this one field, it works; when I do, I get a 404
> thrown by Dispatch.
The documentation says:
To get the name of the application module the path is split on
backslahes (C</>).
Clearly (?) it means slash (/), not backslash (\).
Which do you mean?
--
Ron Savage
http://savage.net.au/
Ph: 0421 920 622
More information about the cgiapp
mailing list