svn commit: r1693146 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 19:42:10 2015 New Revision: 1693146 URL: http://svn.apache.org/r1693146 Log: whitespace police Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/

RE: [Bug 57836] Empty REMOTE_USER is translated to ""

2015-07-28 Thread Fjodor Versinin
Sstartsss Sent from my Sony Xperia™ smartphone bugzi...@apache.org wrote >https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 > >--- Comment #5 from Christopher Schultz --- >As I am unfamiliar with ISAPI, I was thinking that we'd just check for strlen=0 >and replace "" with NULL and

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #5 from Christopher Schultz --- As I am unfamiliar with ISAPI, I was thinking that we'd just check for strlen=0 and replace "" with NULL and be done with it. I think that's exactly what your patch does. Mark didn't like it because

buildbot success in ASF Buildbot on tomcat-6-trunk

2015-07-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-6-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/1 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #4 from George Stanchev --- The thing is that ISAPI doesn't return null. You pass a buffer ptr and it fills it. In the case of absent REMOTE_USER, ISAPI sets the buffer[0]=0 and &size=0. So essentially the caller cannot differentiat

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-07-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/33 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchS

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #3 from Christopher Schultz --- Sounds like the ISAPI code should be detecting the "" and replacing it with NULL instead. I've never even looked at that code... -- You are receiving this mail because: You are the assignee for the

buildbot success in ASF Buildbot on tomcat-trunk

2015-07-28 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/81 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSched

[Bug 58112] o.a.c.ant.DeployTask depends on o.a.tomcat.util.* - packaging or documentation issue ?

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1693110 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 15:04:38 2015 New Revision: 1693110 URL: http://svn.apache.org/r1693110 Log: Update docs for importing Ant tasks Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/manager-h

svn commit: r1693109 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 15:02:02 2015 New Revision: 1693109 URL: http://svn.apache.org/r1693109 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 Update docs for importing Ant tasks Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/chan

svn commit: r1693108 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 15:00:47 2015 New Revision: 1693108 URL: http://svn.apache.org/r1693108 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 Update docs for importing Ant tasks Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/chan

svn commit: r1693105 - /tomcat/trunk/webapps/docs/manager-howto.xml

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 14:58:28 2015 New Revision: 1693105 URL: http://svn.apache.org/r1693105 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 Update docs for importing Ant tasks Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/m

[Bug 58187] New: Tomcat manager incorrect deployment status

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 Bug ID: 58187 Summary: Tomcat manager incorrect deployment status Product: Tomcat 7 Version: 7.0.63 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 58105] Incorrect access log messages

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58105 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58103] NIO2 warning: Incorrect connection count, multiple socket.close called on the same socket.

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 --- Comment #13 from Mark Thomas --- *** Bug 58105 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58104] APR log error: org.apache.tomcat.jni.Error: 20005: An invalid socket was returned

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58104 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58103] NIO2 warning: Incorrect connection count, multiple socket.close called on the same socket.

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 --- Comment #12 from Mark Thomas --- *** Bug 58104 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58103] NIO2 warning: Incorrect connection count, multiple socket.close called on the same socket.

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1693095 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/tomcat/util/net/ webapps/docs/

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 13:45:58 2015 New Revision: 1693095 URL: http://svn.apache.org/r1693095 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 When pipelining requests, and the previous request was an async request, ensure that the socket is removed from the waiting requests

svn commit: r1693094 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 13:38:50 2015 New Revision: 1693094 URL: http://svn.apache.org/r1693094 Log: Align with trunk (and is why BZ 58103 wasn't reproducible on trunk) Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/tc8.0.x/trunk/java

svn commit: r1693093 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 13:36:10 2015 New Revision: 1693093 URL: http://svn.apache.org/r1693093 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 When pipelining requests, and the previous request was an async request, ensure that the socket is removed from the waiting requests

svn commit: r1693088 - in /tomcat/trunk/java/org/apache: coyote/AbstractProtocol.java tomcat/util/net/AbstractEndpoint.java

2015-07-28 Thread markt
Author: markt Date: Tue Jul 28 12:57:49 2015 New Revision: 1693088 URL: http://svn.apache.org/r1693088 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 When pipelining requests, and the previous request was an async request, ensure that the socket is removed from the waiting requests

[GUMP@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2015-07-28 Thread Bill Barker
t-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150728-native-src.tar.gz -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150728-native-src.tar.gz -Dcommons-daemon.jar=/srv/gump/public/work