Felix Meschberger created FELIX-4664:
----------------------------------------
Summary: [SSLFilter] Support for pre-3.0 Servlet API
Key: FELIX-4664
URL: https://issues.apache.org/jira/browse/FELIX-4664
Project: Felix
Issue Type: Bug
Components: HTTP Service
Affects Versions: http-sslfilter-0.1.0, http-2.3.0
Reporter: Felix Meschberger
The SSL Filter bundle currently inherits the Servlet API dependency from the
parent project which sets it to Servlet API 3.0.
Actually, the filter itself does not depend at all on Servlet API 3.0 and the
dependency should probably be fixed to a reduced version number -- maybe even
the lowest version still compiling...
There is one caveat: unit tests currently use HttpServletResponse.getHeader
method which has been introduced with Servlet API 3.0. So the tests need to be
tweaked.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)