https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
Violeta Georgieva changed:
What|Removed |Added
CC||arc...@dellroad.org
--- Comment #1
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
Violeta Georgieva changed:
What|Removed |Added
CC||tfilt...@flexgroup.com
--- Comment
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
Violeta Georgieva changed:
What|Removed |Added
CC||max.tardiv...@ca.com
--- Comment #
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #11 from Rainer Jung ---
Oups, the following:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java?r1=1726672&r2=1730178&diff_format=h
--
You are receiving this mail because
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #10 from Rainer Jung ---
Your test case shows the same problem, trying to load a class named "org". I
added logging to the filter method to track what calls it gets.
I replaced the catalina.jar from 8.0.32 with one from the current
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #9 from Sebastian Staack ---
Created attachment 33559
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33559&action=edit
Test case to reproduce the bug when using a script engine in a servlet
--
You are receiving this mail b
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #8 from Sebastian Staack ---
I got the same exception if I use a script engine in a servlet. I created a
test case and attached it to the ticket. If you would like to check if this
corner case is also fixed run "mvn clean verify" in
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
Sebastian Staack changed:
What|Removed |Added
CC||sebastian.sta...@zuehlke.co
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #6 from Rainer Jung ---
Backported to TC 8 in r1730178.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-u
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #5 from Violeta Georgieva ---
(In reply to Rainer Jung from comment #4)
> Thanks to the OP for analysing the problem and to Violeta for the patch.
>
> Please have a look at r1730101, which fixes the
> StringIndexOutOfBoundsExceptio
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #4 from Rainer Jung ---
Thanks to the OP for analysing the problem and to Violeta for the patch.
Please have a look at r1730101, which fixes the
StringIndexOutOfBoundsException.
The onyl problem I saw was the charAt(), because ind
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #3 from Violeta Georgieva ---
(In reply to Shon Vella from comment #2)
> Looked over the patch and I think the changes for org.apache.tomcat.jdbc
> javax.servlet.jsp.jstl will now incorrectly detect things like
> org.apache.tomcat.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #2 from Shon Vella ---
Looked over the patch and I think the changes for org.apache.tomcat.jdbc
javax.servlet.jsp.jstl will now incorrectly detect things like
org.apache.tomcat.jdbcx and javax.servlet.jsp.jstly - Not very likely to
https://bz.apache.org/bugzilla/show_bug.cgi?id=58999
--- Comment #1 from Violeta Georgieva ---
Created attachment 33549
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33549&action=edit
patch
Hi,
I'm attaching here a patch proposal so that others can comment.
I found one more problem:
15 matches
Mail list logo