Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: ActionBean Dispatching
-
Labels:None
Description
When StripesFilter is configured for REQUEST and FORWARD, and clean URLs are in use, and no URI parameters are present on the initial request, and a ForwardResolution is executed with URI parameters, MergedParameterMap attempts to write to a map returned by Collections.emptyMap().
Fixed. The UnsupportedOperationException was actually a good thing because it exposed the fact that when URI params were present in a forward the previous URI param map was being modified in place instead of copied and then modified.