[Bug 55776] if path include relative char, eg: ../, classloader will not find zhe file

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776 --- Comment #2 from LabnizDirac --- (In reply to Christopher Schultz from comment #1) > Do you know which API call ultimately gets made? E.g. > ServletContext.getResource(), etc.? I browse the source, this problem occors at "org.apache.c

[Bug 55780] bug

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55780 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55780] bug

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55780 --- Comment #1 from laniey --- Created attachment 31045 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31045&action=edit entah -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55780] New: bug

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55780 Bug ID: 55780 Summary: bug Product: Tomcat Native Version: unspecified Hardware: All OS: Linux Status: NEW Severity: normal Priority: P2

[Bug 55776] if path include relative char, eg: ../, classloader will not find zhe file

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

svn commit: r1541963 - /tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlNestedJar.java

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:29:26 2013 New Revision: 1541963 URL: http://svn.apache.org/r1541963 Log: Fix NPE Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlNestedJar.java Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlNestedJar.java URL: http://s

svn commit: r1541960 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java compiler/Parser.java compiler/TagLibraryInfoImpl.java

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:28:14 2013 New Revision: 1541960 URL: http://svn.apache.org/r1541960 Log: Remove unused code Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java tomcat/trunk/java/org/apache/jasper/compiler/Parser.java tomcat/trunk/java/org/apache

svn commit: r1541962 - in /tomcat/trunk/java/org/apache/jasper: JspC.java compiler/TldCache.java servlet/JasperInitializer.java

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:28:51 2013 New Revision: 1541962 URL: http://svn.apache.org/r1541962 Log: Check the parsed TLD cache entries are not stale. Modified: tomcat/trunk/java/org/apache/jasper/JspC.java tomcat/trunk/java/org/apache/jasper/compiler/TldCache.java tomcat/trunk

svn commit: r1541958 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:27:38 2013 New Revision: 1541958 URL: http://svn.apache.org/r1541958 Log: Fix a NPE Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java URL: http://svn

svn commit: r1541957 - in /tomcat/trunk/java/org/apache/jasper/compiler: JspDocumentParser.java Parser.java TagLibraryInfoImpl.java

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:27:08 2013 New Revision: 1541957 URL: http://svn.apache.org/r1541957 Log: Remove unused parameter Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspDocumentParser.java tomcat/trunk/java/org/apache/jasper/compiler/Parser.java tomcat/trunk/java/

svn commit: r1541955 - in /tomcat/trunk/java/org/apache/jasper/compiler: TagLibraryInfoImpl.java TldCache.java

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:26:31 2013 New Revision: 1541955 URL: http://svn.apache.org/r1541955 Log: Use cached result of parsing TLDs rather than re-parsing. Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java tomcat/trunk/java/org/apache/jasper/compiler

svn commit: r1541954 - in /tomcat/trunk/java/org/apache/jasper: compiler/TagLibraryInfoImpl.java resources/LocalStrings.properties resources/LocalStrings_es.properties resources/LocalStrings_ja.proper

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:25:58 2013 New Revision: 1541954 URL: http://svn.apache.org/r1541954 Log: Check-point (TLD support broken) Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

svn commit: r1541952 - in /tomcat/trunk: java/org/apache/tomcat/util/descriptor/tld/ test/org/apache/tomcat/util/descriptor/tld/

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:24:37 2013 New Revision: 1541952 URL: http://svn.apache.org/r1541952 Log: Rename descriptor representations to avoid name clashes with implementations. Added: tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TagFileXml.java - copied, changed from

svn commit: r1541953 - in /tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld: TagXml.java TaglibXml.java ValidatorXml.java

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:25:18 2013 New Revision: 1541953 URL: http://svn.apache.org/r1541953 Log: Avoid the need for a bunch of null checks. Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TagXml.java tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/Tagl

svn commit: r1541951 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2013-11-14 Thread markt
Author: markt Date: Thu Nov 14 16:23:25 2013 New Revision: 1541951 URL: http://svn.apache.org/r1541951 Log: Re-order to simplify later refactoring Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryI

[Bug 55778] New: JNDIRealm: Authentication with GSSAPI to LDAP with SSL connection causes an exception

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55778 Bug ID: 55778 Summary: JNDIRealm: Authentication with GSSAPI to LDAP with SSL connection causes an exception Product: Tomcat 7 Version: 7.0.42 Hardware: PC

[Bug 46263] Tomcat reloading of context.xml does not update docBase

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263 --- Comment #8 from Christopher Schultz --- Your patch looks okay to me with one minor exception: it would be better to use the StringManager for strings instead of hard-coded ones. Look for uses of "sm.getString" for examples. On the othe

[Bug 55777] Hot deploy fail. A tomcat instance cannot run forever, You must restart it.

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55777 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55777] Hot deploy fail. A tomcat instance cannot run forever, You must restart it.

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55777 Radu Toader changed: What|Removed |Added OS||All --- Comment #1 from Radu Toader

[Bug 55777] New: Hot deploy fail. A tomcat instance cannot run forever, You must restart it.

2013-11-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55777 Bug ID: 55777 Summary: Hot deploy fail. A tomcat instance cannot run forever, You must restart it. Product: Tomcat 7 Version: unspecified Hardware: PC Sta