Amichai Rothman created KARAF-7774:
--------------------------------------
Summary: ServletContext.getServletContextName() returns wrong value
Key: KARAF-7774
URL: https://issues.apache.org/jira/browse/KARAF-7774
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.4.3
Reporter: Amichai Rothman
The ServletContext.getServletContextName() interface javadoc says:
{noformat}
Returns the name of this web application corresponding to this ServletContext
as specified in the deployment descriptor for this web application by the
display-name element.
{noformat}
In my app, I drop into karaf's deploy folder a WAB bundle with a web.xml
containing only display-name (human-readable string) and listener-class with a
ServletContextListener implementation class name. The listener's
contextInitialized method is invoked, but
event.getServletContext().getServletContextName() returns what appears to be
the context path (e.g. "/") instead of the display name.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)