Hi,

2014-07-18 8:08 GMT+03:00 Andrew Carr <andrewlanec...@gmail.com>:
>
> 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 <
knst.koli...@gmail.com>
> wrote:
>
> > 2014-07-11 1:05 GMT+04:00 Violeta Georgieva <miles...@gmail.com>:
> > > 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: dev-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: dev-h...@tomcat.apache.org
> >
> >
>
>
> --
> With Regards,
> Andrew Carr
>
> e. andrewlanec...@gmail.com
> w. andrew.c...@openlogic.com
> h. 4235255668
> c. 4239489852
> a. 101 Francis Drive, Greeneville, TN, 37743

Reply via email to