context-name handling broken
Brought to you by:
manfredhein
The context name right now is '/test/', however it does
not seem to be derived from anything. Additionally, in the
sample web.xml, the TestServlet is mapped
to /test/TestServlet.
How it should be (similar to the java servlet
implementation)
a) the context should be derived from the peacefile
(FooBar.dll -> /FooBar/)
b) the name of the context must not be part of the
servlet mapping in web.xml. All mapping names are
relative to the context.
This allows to rename the context by simply renaming the
peacefile without touching web.xml.