Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Release 1.4.3
-
Fix Version/s: Release 1.5
-
Component/s: ActionBean Dispatching
-
Labels:None
Description
StripesFilter wraps the incoming request in a StripesRequestWrapper each time it is invoked. There is no need to wrap the request after it has already been wrapped once.
The filter now only picks the locale and character encoding and wraps the request on the initial invocation for a given request. After that, it uses whatever request it receives in doFilter(...).