kvz / cakephp-rest-plugin

Discontinued: recent cakephp versions overlap functionality, there also is @ceeram's plugin. Painless REST server Plugin for CakePHP
http://kvz.io/blog/2010/01/13/cakephp-rest-plugin-presentation/
169 stars 37 forks source link

beforeRedirect() Issue? #11

Open kwentworth opened 13 years ago

kwentworth commented 13 years ago

First, great work!

I was having some weird redirect issues on my public website after setting up your REST plugin. What fixed it was setting line 876 to return; (instead of return true;). The difference was that instead of /plugin/1 it actually redirected to /plugin/view/1.

Is the return true in there for a reason? If not, please accept my recommendation.