Uploaded image for project: 'Content Gateway'
  1. Content Gateway
  2. CGW-124

java.util.ConcurrentModificationException in CookiesEnabledFilter

XMLWordPrintable

      Exception trace:

      JBWEB000236: Servlet.service() for servlet RedirectServlet threw exception: java.util.ConcurrentModificationException 
      ... 1 line omitted ... 
      at java.util.LinkedList$ListItr.next(LinkedList.java:886) [rt.jar:1.7.0_91] 
      at org.jboss.downloadmanager.CookiesEnabledFilter.findSession(CookiesEnabledFilter.java:60)
      at org.jboss.downloadmanager.CookiesEnabledFilter.doFilter(CookiesEnabledFilter.java:113)
      

      Problem is that LinkedList<CookieSession> sessions is not synchronized.

              velias@redhat.com Vlastimil Eliáš
              velias@redhat.com Vlastimil Eliáš
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: