[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Shelson Ferrari supo...@vitplay.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 --- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com --- Fixed in Tomcat 7 by r1657591, will be in 7.0.60 onwards. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to yangkun from comment #3) Your diagnosis is wrong. We are not talking about request here. It is response (the status line of a HTTP response) that does not fit

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 --- Comment #3 from yangkun yklovej...@163.com --- If check the maxHttpHeaderSize careful, the error may be subdivide the following cases: 1. the request uri more than maxHttpHeaderSize, it should be a 414-request url too long 2. the

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Resolution|WONTFIX |FIXED

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 --- Comment #2 from Christopher Schultz ch...@christopherschultz.net --- It might be nice to do bounds-checking (or not) and use an application exception instead of AAOOBE. Getting an AAOOBE usually indicates to me that there is a software

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-01-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Remy Maucherat r...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED