#948 closed task (fixed)
Change web application to servlet api 2.5 instead of 2.4
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | blocker | Milestone: | BASE 2.7 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
I need to get the "context path" (=the root path of the web applications, eg. /base) in a servlet that is loaded at startup. Servlet API 2.5 added the ServletContext.getContextPath() method. Before this method was only available in HttpServletRequest.getContextPath(). You had to wait for the first request to find out the path.
A side effect of the update is that Tomcat 6 is required. See http://tomcat.apache.org/whichversion.html
So. Starting from BASE 2.7, Tomcat 6 or higher is required to run BASE.
Change History (2)
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [4176]) Fixes #948: Change web application to servlet api 2.5 instead of 2.4