Stripes only handles HTTP GETs and POSTs
----------------------------------------
Key: STS-613
URL: http://www.stripesframework.org/jira/browse/STS-613
Project: Stripes
Issue Type: Bug
Affects Versions: Release 1.5
Reporter: Aaron Porter
Assignee: Aaron Porter
Priority: Minor
Fix For: Release 1.5.1
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().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development