Changes between Initial Version and Version 2 of Ticket #1214


Ignore:
Timestamp:
Dec 11, 2008, 1:19:39 PM (15 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1214

    • Property Owner changed from everyone to Nicklas Nordborg
    • Property Status newassigned
  • Ticket #1214 – Description

    initial v2  
    99What 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:
    1010
     11{{{
    1112servlet-path = /extensions/jar-name/servlet-name
    1213path-info = /path/info.servlet
     14}}}
    1315
    1416See http://baseplugins.thep.lu.se/ticket/162 (and related mailing list message) for background info.