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.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
Ognjen Blagojevic changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #21 from Og
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
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
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
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
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
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
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
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
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
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.
-
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55893
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
==
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=55893
Cyrille Le Clerc changed:
What|Removed |Added
Attachment #31120|0 |1
is obsolete|
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.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=55978
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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:
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
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
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:
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
25 matches
Mail list logo