Karl Pauls created SLING-9925:
---------------------------------
Summary: ArrayIndexOutOfBoundsException in AbstractSlingFilterChain
Key: SLING-9925
URL: https://issues.apache.org/jira/browse/SLING-9925
Project: Sling
Issue Type: Bug
Components: Engine
Affects Versions: Engine 2.7.2
Reporter: Karl Pauls
Fix For: Engine 2.7.3
Apparently, it is possible for an AIOOB Exception to happen in the
AbstractSlingFilterChain. Unclear to me why but it looks like this:
{code:java}
rg.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught
Throwable
java.lang.ArrayIndexOutOfBoundsException: Index 29 out of bounds for length 29
at
org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:86)
[org.apache.sling.engine:2.7.2]
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)