DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-06-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 --- Comment #8 from Mark Thomas ma...@apache.org 2011-05-24 17:18:55 UTC --- Thanks for the feedback. I have proposed the patch for 6.0.x. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 --- Comment #7 from Juergen juergen.schm...@gmail.com 2011-05-23 05:09:09 UTC --- We have the modified code in production now for about one and half weeks, and the ArrayIndexOutOfBounds exceptions didn't occur anymore. It seems like the

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 --- Comment #6 from Juergen juergen.schm...@gmail.com 2011-05-06 06:44:44 UTC --- We also used the code in the tomcat repository to patch our current tomcat 6.0.32 and will get back to you after it has been in production for some time.

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 --- Comment #5 from Ramiro ram...@conductiva.com 2011-05-05 07:42:04 UTC --- No plans for us to upgrade to 7.0 in the near future. We are already testing 6.0.32 with the patch in #2, so no binary patch needed for us, thanks. We will apply

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 --- Comment #1 from Ramiro ram...@conductiva.com 2011-05-04 09:39:28 UTC --- Created attachment 26956 -- https://issues.apache.org/bugzilla/attachment.cgi?id=26956 patch for BodyContentImpl class of trunk We are reproducing this problem

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 Ramiro ram...@conductiva.com changed: What|Removed |Added CC|

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 Juergen juergen.schm...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 --- Comment #4 from Mark Thomas ma...@apache.org 2011-05-04 19:53:39 UTC --- Hmm. Looking at case 2 above, I don't see any way for that to happen unless bufferSize cb.length. As far as I can see, these are always changed in sync. That