Giannis Economou wrote: > Hello all... > > I'm using CAP::Dispatch and I have a question. Do not know if this is by > design or a flaw, but I kind of need to use this... > When a URL contains the escaped space character, CAP::Dispatch returns > as a parameter only the part before the space character. Example: > for the URL: http://www.example.com/search/1/any/Sri%20Lanka/asc > I get only: 'Sri' back from $self->param('foo'); and not 'Sri Lanka'. > Don't know if this happens for any escaped character and not just the > space char.
Which version of Dispatch are you using? After I got your email I decided to fix this in good ol' XP fashion. So I created a test first that would try this functionality and then fail. The thing is, the test doesn't fail. If you're using the latest version of Dispatch, can you show more code to illustrate the failure? -- Michael Peters Developer Plus Three, LP --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
