Stripes

StripesFilter should not wrap the request more than once

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor 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.

Activity

Hide
Ben Gunter added a comment - 03/Dec/07 9:00 PM

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

Show
Ben Gunter added a comment - 03/Dec/07 9:00 PM 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(...).

People

Vote (0)
Watch (0)

Dates

  • Created:
    03/Dec/07 11:12 AM
    Updated:
    04/Jan/11 2:38 PM
    Resolved:
    03/Dec/07 9:00 PM