Thanks Violeta
On Fri, Jul 18, 2014 at 7:57 AM, Violeta Georgieva <[email protected]> wrote: > Hi, > > > 2014-07-18 8:08 GMT+03:00 Andrew Carr <[email protected]>: > > > > Hi Konstantin, > > > > Since you are going on vacation, should we not expect 7.0.55 until some > > point after you return? > > As Konstantin already wrote all known issues with Mapper are fixed. > I'm starting with tagging. > > Regards, > Violeta > > > > > Thank you very much for your answer. > > Andrew > > > > > > > > > > On Thu, Jul 10, 2014 at 5:30 PM, Konstantin Kolinko < > [email protected]> > > wrote: > > > > > 2014-07-11 1:05 GMT+04:00 Violeta Georgieva <[email protected]>: > > > > Hi, > > > > > > > > I'm receiving the following exception: > > > > > > > > [exec] [junit] Jul 10, 2014 11:33:16 PM > > > > org.apache.coyote.http11.AbstractHttp11Processor process > > > > [exec] [junit] SEVERE: Error processing request > > > > [exec] [junit] java.lang.ArrayIndexOutOfBoundsException: -1 > > > > [exec] [junit] at > > > > > org.apache.tomcat.util.http.mapper.Mapper.internalMap(Mapper.java:785) > > > > > > The line Mapper.java:785 in 7.0.x is > > > > > > "contextVersion = contextVersions[versionCount - 1];" > > > > > > so "versionCount" which is equal to "contextVersions.length" is 0. > > > > > > Actually I supposed that contextVersions array always has at least one > > > element. > > > > > > There is a bug in Mapper.removeContextVersion(). > > > 326: if (context.versions.length == 0) { > > > > > > The line was supposed to be "if (newContextVersions.length == 0)". > > > This explains the zero-length array. > > > > > > Best regards, > > > Konstantin Kolinko > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > -- > > With Regards, > > Andrew Carr > > > > e. [email protected] > > w. [email protected] > > h. 4235255668 > > c. 4239489852 > > a. 101 Francis Drive, Greeneville, TN, 37743 > -- With Regards, Andrew Carr e. [email protected] w. [email protected] h. 4235255668 c. 4239489852 a. 101 Francis Drive, Greeneville, TN, 37743
