Elgg / community_plugins

Elgg community plugin repository
17 stars 16 forks source link

chore(routing): Redirect handlers now return the new URL #108

Closed ewinslow closed 10 years ago

ewinslow commented 10 years ago

Instead of explicitly calling forward(), which reduces flexibility. E.g. now we are free to do an "internal" redirect instead of sending the redirect all the way back to the browser.

Fixes #105

beck24 commented 10 years ago

LGTM