[Bug 43682] JULI: web-inf/classes/logging.properties to support ${context} tag

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43682 --- Comment #3 from Michael Osipov <1983-01...@gmx.net> --- For what it's worth, I have writted a Listener for exactly that problem. It works flawlessly with Logback or anything else which is capable of using JNDI. See: http://mo-tomcat-ext.

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Ognjen Blagojevic changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #21 from Og

buildbot success in ASF Buildbot on tomcat-trunk

2014-01-10 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5391 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1557180 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 16:34:46 2014 New Revision: 1557180 URL: http://svn.apache.org/r1557180 Log: Follow up to r1557113 - fix failure when running under a security manager Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified: tomcat/trunk/java/or

buildbot failure in ASF Buildbot on tomcat-trunk

2014-01-10 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5389 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn propchange: r1557146 - svn:log

2014-01-10 Thread markt
Author: markt Revision: 1557146 Modified property: svn:log Modified: svn:log at Fri Jan 10 15:12:49 2014 -- --- svn:log (original) +++ svn:log Fri Jan 10 15:12:49 2014 @@ -1 +1 @@ -ResourceSets added via a context.xml file

svn commit: r1557148 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 15:10:57 2014 New Revision: 1557148 URL: http://svn.apache.org/r1557148 Log: Ensure directory name is displayed as part of directory listings Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk/java/org/apache/cat

svn commit: r1557147 - /tomcat/trunk/java/org/apache/catalina/webresources/AbstractResourceSet.java

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 15:10:24 2014 New Revision: 1557147 URL: http://svn.apache.org/r1557147 Log: ResourceSets added via a context.xml file need a default internalPath Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractResourceSet.java Modified: tomcat/trunk/java

svn commit: r1557146 - /tomcat/trunk/java/org/apache/catalina/webresources/AbstractArchiveResourceSet.java

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 15:09:50 2014 New Revision: 1557146 URL: http://svn.apache.org/r1557146 Log: ResourceSets added via a context.xml file need a default internalPath Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractArchiveResourceSet.java Modified: tomcat/tr

svn commit: r1557127 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 14:07:45 2014 New Revision: 1557127 URL: http://svn.apache.org/r1557127 Log: More graceful handling (a 403 rather than a 500 response) when file permissions allow Tomcat to know a resource exists but not to read it Modified: tomcat/trunk/java/org/apache/catalin

[Bug 55893] Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55893 --- Comment #5 from Mark Thomas --- New features are being added to 7.0.x (e.g. JSR356 support). When deciding whether to back-port a number of factors are considered: - the size of the change - the impact on the existing API - the potentia

[Bug 55893] Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55893 --- Comment #4 from Cyrille Le Clerc --- Thanks. Can I propose the same patch for tomcat 7.X branch or are the changes of this 7.X branch limited to bug fixes? -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1557113 [1/2] - in /tomcat/trunk/java/org/apache/catalina/valves: AbstractAccessLogValve.java AccessLogValve.java

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 13:09:50 2014 New Revision: 1557113 URL: http://svn.apache.org/r1557113 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55893 Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve to facilitate other implementations that outp

[Bug 55893] Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55893 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1557113 [2/2] - in /tomcat/trunk/java/org/apache/catalina/valves: AbstractAccessLogValve.java AccessLogValve.java

2014-01-10 Thread markt
Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java?rev=1557113&r1=1557112&r2=1557113&view=diff == -

[Bug 55893] Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55893 Cyrille Le Clerc changed: What|Removed |Added Attachment #31120|0 |1 is obsolete|

[Bug 55893] Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55893 --- Comment #1 from Mark Thomas --- The proposed patch does not contain the new AbstractAccessLogValve class. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 55978] Initial call to onWritePossible() not made by container when using HTTP upgrade

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55978 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1557092 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/upgrade/ test/org/apache/coyote/http11/upgrade/

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 11:43:02 2014 New Revision: 1557092 URL: http://svn.apache.org/r1557092 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55978 Ensure that container makes first call on onWritePossible when using non-blocking IO with an HTTP upgraded connection Modified:

svn commit: r1557081 - /tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 11:03:33 2014 New Revision: 1557081 URL: http://svn.apache.org/r1557081 Log: Add tests for setting null and duplicate read and write listeners for non-blocking IO. Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java Modified: tomcat/tr

svn commit: r1557082 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: AbstractServletInputStream.java AbstractServletOutputStream.java LocalStrings.properties

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 11:04:08 2014 New Revision: 1557082 URL: http://svn.apache.org/r1557082 Log: Fix failures in newly added tests Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletInputStream.java tomcat/trunk/java/org/apache/coyote/http11/upgrade/A

svn commit: r1557080 - /tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 11:03:01 2014 New Revision: 1557080 URL: http://svn.apache.org/r1557080 Log: Refactor to aid re-use Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java URL:

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1557054 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11NioProcessor.java webapps/docs/changelog.xml

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 08:42:05 2014 New Revision: 1557054 URL: http://svn.apache.org/r1557054 Log: Fix sendfile support on NIO Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java tomcat/tc7.0.x/trunk/web

svn commit: r1557053 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2014-01-10 Thread markt
Author: markt Date: Fri Jan 10 08:39:52 2014 New Revision: 1557053 URL: http://svn.apache.org/r1557053 Log: Move fixes to correct section Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tom