svn commit: r721797 - /tomcat/tc6.0.x/trunk/res/

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 03:33:46 2008 New Revision: 721797 URL: http://svn.apache.org/viewvc?rev=721797&view=rev Log: Add temp file to ignore list Modified: tomcat/tc6.0.x/trunk/res/ (props changed) Propchange: tomcat/tc6.0.x/trunk/res/ --

svn commit: r721835 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ memory/

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 07:59:48 2008 New Revision: 721835 URL: http://svn.apache.org/viewvc?rev=721835&view=rev Log: Generics for o.a.coyote Modified: tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java tomcat/trunk/java/org/apache/coyote/Request.java tomcat/trunk/java/or

svn commit: r721886 - /tomcat/trunk/conf/catalina.policy

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 12:14:59 2008 New Revision: 721886 URL: http://svn.apache.org/viewvc?rev=721886&view=rev Log: Allow webapps to access org.apache.jasper.el package. I have looked through the package and I believe this change is safe although more eyes would be good. Without this per

svn commit: r721908 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 14:23:38 2008 New Revision: 721908 URL: http://svn.apache.org/viewvc?rev=721908&view=rev Log: Add some proposals Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.t

svn commit: r721914 - in /tomcat/trunk/java/org/apache/el: ./ lang/ parser/ util/

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 14:32:18 2008 New Revision: 721914 URL: http://svn.apache.org/viewvc?rev=721914&view=rev Log: Generics changes for o.a.el Modified: tomcat/trunk/java/org/apache/el/ExpressionFactoryImpl.java tomcat/trunk/java/org/apache/el/MethodExpressionImpl.java tomca

svn commit: r721916 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/authenticator/FormAuthenticator.java webapps/docs/changelog.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 14:43:01 2008 New Revision: 721916 URL: http://svn.apache.org/viewvc?rev=721916&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46105 Correctly set URI encoding when replaying a request after FORM auth Modified: tomcat/tc6.0.x/trunk/ (prop

DO NOT REPLY [Bug 46105] URIEncoding doesn't affect after form-authentication redirect

2008-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46105 --- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-30 14:43:26 PST --- This has been fixed in 6.0.x and will be in 6.0.19 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

svn commit: r721921 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/connector/Response.java java/org/apache/catalina/core/StandardHostValve.java webapps/docs/changelog.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 14:58:06 2008 New Revision: 721921 URL: http://svn.apache.org/viewvc?rev=721921&view=rev Log: Use resetBuffer() as suggested by the spec. Makes custom and standard error page handling consistent Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0

DO NOT REPLY [Bug 42409] Extra response headers not sent when using custom error page

2008-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42409 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r721925 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 15:05:51 2008 New Revision: 721925 URL: http://svn.apache.org/viewvc?rev=721925&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46047 Include jar in path for dependencies if they are in a JAR Patch provided by Cédric Mailleux Modified: tomca

DO NOT REPLY [Bug 46047] Issue when using include directive inside tag files that are inside jar files

2008-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46047 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r721931 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/core/ApplicationFilterChain.java java/org/apache/catalina/security/SecurityUtil.java webapps/docs/changelog.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 15:24:38 2008 New Revision: 721931 URL: http://svn.apache.org/viewvc?rev=721931&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46011 Make Principal accessible (if set) via Subject.getSubject(AccessController.getContext()) when processing filter

DO NOT REPLY [Bug 46011] Cannot access to Principal via Subject.getSubject(AccessController.getContext())

2008-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46011 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r721932 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/ssi/SSIServletExternalResolver.java webapps/docs/changelog.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 15:43:47 2008 New Revision: 721932 URL: http://svn.apache.org/viewvc?rev=721932&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42673 Correctly handle includes with multi-level contexts Patch provided by Peter Jodeleit Modified: tomcat/tc6.0

DO NOT REPLY [Bug 42673] SSI virtual include broken for context path with slashes

2008-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42673 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r721934 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt build.xml webapps/docs/changelog.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 15:53:03 2008 New Revision: 721934 URL: http://svn.apache.org/viewvc?rev=721934&view=rev Log: Port Costin's build on a 1.6 JDK fix Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.xml tomcat

svn commit: r721935 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt res/bootstrap.jar.manifest webapps/docs/changelog.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 15:56:37 2008 New Revision: 721935 URL: http://svn.apache.org/viewvc?rev=721935&view=rev Log: Remove unnecessary commons-logging reference from manifest Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trun

svn commit: r721936 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt webapps/docs/changelog.xml webapps/examples/WEB-INF/web.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 15:58:56 2008 New Revision: 721936 URL: http://svn.apache.org/viewvc?rev=721936&view=rev Log: Fix broken URL mapping in examples Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog

svn commit: r721937 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt dist.xml

2008-11-30 Thread markt
Author: markt Date: Sun Nov 30 16:07:06 2008 New Revision: 721937 URL: http://svn.apache.org/viewvc?rev=721937&view=rev Log: Clean up Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/dist.xml Propchange: tomcat/tc6.0.x/trunk/

Bug report for Tomcat 4 [2008/11/30]

2008-11-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2008/11/30]

2008-11-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2008/11/30]

2008-11-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2008/11/30]

2008-11-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned