[
https://issues.apache.org/jira/browse/TAP5-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073949#comment-15073949
]
ASF subversion and git services commented on TAP5-2520:
-------------------------------------------------------
Commit f12be668de97b53990e75b1f012179ea5b0e6f10 in tapestry-5's branch
refs/heads/master from [~jkemnade]
[ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=f12be66 ]
TAP5-2520: detect another concurrent modification issue
> NullPointerException in CaseInsensitiveMap
> ------------------------------------------
>
> Key: TAP5-2520
> URL: https://issues.apache.org/jira/browse/TAP5-2520
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-core, tapestry-ioc
> Affects Versions: 5.4
> Reporter: Jochen Kemnade
>
> {code}
> java.lang.NullPointerException: null
> at
> org.apache.tapestry5.ioc.util.CaseInsensitiveMap$CIMEntry.access$700(CaseInsensitiveMap.java:39)
> ~[commons-5.4.0.jar:na]
> at
> org.apache.tapestry5.ioc.util.CaseInsensitiveMap.select(CaseInsensitiveMap.java:476)
> ~[commons-5.4.0.jar:na]
> at
> org.apache.tapestry5.ioc.util.CaseInsensitiveMap.select(CaseInsensitiveMap.java:451)
> ~[commons-5.4.0.jar:na]
> at
> org.apache.tapestry5.ioc.util.CaseInsensitiveMap.get(CaseInsensitiveMap.java:387)
> ~[commons-5.4.0.jar:na]
> at
> org.apache.tapestry5.internal.services.assets.JavaScriptStackAssemblerImpl.assembleJavascriptResourceForStack(JavaScriptStackAssemblerImpl.java:115)
> ~[tapestry-core-5.4.0.jar:na]
> {code}
> This is probably caused by concurrent access to the map.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)