Al Sutton wrote:
Is there a reason why using an ID of the form x.y blows out the REST plugin in 2.1.2?

If I use the URL;

http://localhost/AndroidPhoneApplications/packages/!veecheck?id=org.blah.com

everything works, however if I use;

http://localhost/AndroidPhoneApplications/packages/org.blah.com!veecheck

I get a 404.

I'm not sure if you've got wildcards in their with that ! so I could be misinterpreting.

I expect the first GET would map to the show method of VeecheckController with id = "org.blah.com" I expect the second GET would map to the show method of PackagesController with id = "org.blah.com!veecheck"

If the second is supposed to map to VeecheckController with id ="org.blah.com" then it should be:

GET http://localhost/AndroidPhoneApplications/packages/veecheck/org.blah.com

Unless you're doing something with wildcards with (!)?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to