Stripes

Stripes only handles HTTP GETs and POSTs

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: Release 1.5
  • Fix Version/s: Release 1.5.1
  • Component/s: None
  • Labels:
    None

Description

DispatcherServlet overrides doGet() and doPost() instead of service() so Stripes can't handle any requests that aren't GETs or POSTs. The simple fix is to remove DispatcherServlet.doGet() and rename DispatcherServlet.doPost() to DispatcherServlet.service().

Activity

Hide
Ben Gunter added a comment - 10/Oct/08 4:04 PM

Fixed as suggested.

Show
Ben Gunter added a comment - 10/Oct/08 4:04 PM Fixed as suggested.

People

Vote (0)
Watch (0)

Dates

  • Created:
    10/Oct/08 2:46 PM
    Updated:
    04/Jan/11 2:50 PM
    Resolved:
    10/Oct/08 4:04 PM