2 Replies Latest reply on Oct 12, 2007 7:21 PM by ericjava

    Workaround for bug JBSEAM-1322?

      http://jira.jboss.com/jira/browse/JBSEAM-1322

      I'm hitting it, getting:

      java.lang.ArrayIndexOutOfBoundsException: 2048
      at org.jboss.seam.web.MultipartRequest.checkSequence(MultipartRequest.java:466)
      at org.jboss.seam.web.MultipartRequest.parseRequest(MultipartRequest.java:333)
      at org.jboss.seam.web.MultipartRequest.getParam(MultipartRequest.java:507)
      etc
      


      According to the bug, it's something that happens rarely, which I believe, because this is the first time I've seen it.

      Is there anything I can do to work around it, by adding or removing some elements in the page or something?

      Also, any word on when there is going to be a Seam 1.2.2, with these bug fixes?

      I'm on Seam 1.2.1 btw.

      Thanks