Play! Framework does not load on Servlet 2.4 containers
Bug #529311 reported by
Rob Dawson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
play framework | Status tracked in 1.0 | |||||
1.0 |
Fix Released
|
Medium
|
Nicolas Leroux | |||
1.1 |
Fix Committed
|
Medium
|
Nicolas Leroux |
Bug Description
The code that derives the context path in the servlet listener requires Servlet 2.5. As this is the only spot that needs this version of the Servlet spec, it would be nice to work with it.
The attached patch includes code to check the servlet version and init the router at a time appropriate for the servlet version. (for 2.4 servlet containers it will init the router on the first request).
To post a comment you must log in.
Anyone had a chance to look at this patch? It would be great to see this included.