Dirk Rudolph created SLING-5516:
-----------------------------------
Summary: ParameterSupportHttpServletRequestWrapper is not conform
to Servlet API 3.0
Key: SLING-5516
URL: https://issues.apache.org/jira/browse/SLING-5516
Project: Sling
Issue Type: Bug
Components: Engine
Affects Versions: Engine 2.4.6
Reporter: Dirk Rudolph
Priority: Minor
According to \[1\] HttpServletRequest#getParts() and
HttpServletRequest#getPart(String) throw ServletExceptions in case the request
ist not a {{multpart/}} request.
In the Sling Engine implementation this seems not to be the case [2].
\[1\]
http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html#getParts--
\[2\]
http://svn.apache.org/viewvc/sling/trunk/bundles/engine/src/main/java/org/apache/sling/engine/impl/parameters/ParameterMap.java?view=markup#l127
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)