Changes between Initial Version and Version 2 of Ticket #1214
- Timestamp:
- Dec 11, 2008, 1:19:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1214
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #1214 – Description
initial v2 9 9 What is required is basically that we need to change the regexp that parses the URL, and to remap the Request.getServletPath() and Request.getPathInfo() to the proper values. Eq: 10 10 11 {{{ 11 12 servlet-path = /extensions/jar-name/servlet-name 12 13 path-info = /path/info.servlet 14 }}} 13 15 14 16 See http://baseplugins.thep.lu.se/ticket/162 (and related mailing list message) for background info.