[Bug 56336] IndexOutOfBoundsException in the AjpNio2Processor.output() method
https://issues.apache.org/bugzilla/show_bug.cgi?id=56336 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---
[Bug 56336] IndexOutOfBoundsException in the AjpNio2Processor.output() method
https://issues.apache.org/bugzilla/show_bug.cgi?id=56336 --- Comment #1 from Remy Maucherat --- The AJP connector is really heavy on code reuse, so the NIO2 code that is used here is identical to the NIO1 code (and the shared code looks like it's only working by accident, so I'll try to fix it ht