Stripes

MergedParameterMap throws UnsupportedOperationException

Details

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().

Activity

Hide
Ben Gunter added a comment - 01/Feb/08 9:39 AM

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.

Show
Ben Gunter added a comment - 01/Feb/08 9:39 AM 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    01/Feb/08 7:44 AM
    Updated:
    04/Jan/11 1:11 PM
    Resolved:
    01/Feb/08 9:39 AM