Displaying 1 result from an estimated 1 matches for "2bid".
Did you mean:
2bi
2011 May 23
3
Passing a period as part of an id in show action
...t;show" action.
Unfortunately, some of the ids that will be passed contain special
characters. I can require that they be encrypted, but the period
seems
to be having a problem. In other words, if the id is "the+id. value",
the url should be:
http://myservice.com/controller/the%2bid%2e+value.xml
where the plus, period and space are transformed. This works for the
plus and space, but the period causes the rest of url to be
considered
the "format" parameter.
Actually, mostly.
I''ve tried on two different servers, running the same version of
rails. One...