Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: ActionBean Dispatching
-
Labels:None
Description
The clean URL code currently relies on internal forwards to expose parameters embedded in the URI. I'm no longer comfortable with this approach as it has proven to be problematic. The code should instead use a request wrapper to expose the parameters.
Internal forwards are no longer used. Instead, when necessary, StripesRequestWrapper copies the original parameter maps and merges the URI-embedded parameters into it.