Add Servlet Container name and version to Sling's server info
-------------------------------------------------------------
Key: SLING-2196
URL: https://issues.apache.org/jira/browse/SLING-2196
Project: Sling
Issue Type: Improvement
Components: Engine
Affects Versions: Engine 2.2.4
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Engine 2.2.6
Sling exposes its own ServletContext implementation to servlets and filters
deployed into Sling. This returns a Sling specific string for the getServerInfo
method which replaces the information returned from the servlet container. To
help with support and for information purposes we should add the container name
and version from the servlet container's server info to the Sling server info.
For example:
* Current Sling server info (sample)
Apache Sling/2.X.X (JDK 6.0; Linux 3.2)
* Sample platform server info
Jetty/6 (JDK 6.0; Linux 3.2; more info; yet more info)
* Proposed Sling server info
Apache Sling/2.X.X (Jetty/6; JDK 6.0; Linux 3.2)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira