Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5.5
-
Component/s: ActionBean Dispatching
-
Labels:None
Description
Allow the redirect resolution to perform permanent redirects. Currently, only temporary redirects are supported. And while it is possible to extend RedirectResolution, the entire execute method must be overridden because of the response.sendRedirect at the end of the method. Extending subsequently requires duplicating a lot of logic.
This issue is based on the following conversation: http://thread.gmane.org/gmane.comp.java.stripes.user/10378/focus=10384
Until it's resolved, here's a workaround for those interested:
http://pastebin.com/dxfEguUt