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/
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
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
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=58112
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=58105
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58104
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
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
24 matches
Mail list logo