Re: java.lang.ArrayIndexOutOfBoundsException

2002-10-13 Thread Bill Barker
This should now be fixed in the next nightly (available shortly after 8am GMT). It will also appear in the 3.3.2 release. Since you are using it behind Apache, as a work-around, you should also be able to set: JkOptions ForwardURICompat in your httpd.conf file, in which case Apache will do

RE: java.lang.ArrayIndexOutOfBoundsException

2002-10-03 Thread Larry Isaacs
Forwarding to /../error.jsp should cause an error of some sort every time since error.jsp is outside of the web application. Perhaps ../error.jsp or /error.jsp was intended. Apparently, the invalid URI made it into DecodeInterceptor's normalize method which isn't currently coded to handle

Re: java.lang.arrayIndexOutOfBoundsException

2001-03-04 Thread unplug
It is caused by the incorrect version of JDK. Try to upgrade your JDK to the lastest version to see whether this error still occur. That's what I got from experience. Hope it can help. unplug Bryan Murtha wrote: Does anyone have any insight on how to correct the following error that is