Author: violetagg
Date: Fri Oct 25 09:33:49 2013
New Revision: 1535664
URL: http://svn.apache.org/r1535664
Log:
Add release date for 7.0.47
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/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55702
Bug ID: 55702
Summary: TLD cannot be loaded if CATALINA_HOME contains spaces
Product: Tomcat 8
Version: 8.0.0-RC5
Hardware: PC
Status: NEW
Severity: regression
https://issues.apache.org/bugzilla/show_bug.cgi?id=55702
Steffen Ryll changed:
What|Removed |Added
OS||Windows 7
--
You are receiving thi
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1506
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
Modified:
tomcat/site/trunk/docs/maven-plugin-trunk/apidocs/org/apache/tomcat/maven/plugin/tomcat7/AbstractCatalinaMojo.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-trunk/apidocs/org/apache/tomcat/maven/plugin/tomcat7/AbstractCatalinaMojo.html?rev=1535672&r1=1535671&
Modified:
tomcat/site/trunk/docs/maven-plugin-trunk/common-tomcat-maven-plugin/dependency-convergence.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-trunk/common-tomcat-maven-plugin/dependency-convergence.html?rev=1535672&r1=1535671&r2=1535672&view=diff
===
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696
--- Comment #11 from Konstantin Kolinko ---
(In reply to Christopher Schultz from comment #10)
Looks good.
Some style comments
1. Beware tabs. This line is formatted oddly because it has a tab character:
> + lastchar = buf + len -
https://issues.apache.org/bugzilla/show_bug.cgi?id=55703
Bug ID: 55703
Summary: Error in the JNDI Generic JavaBean Resources
documentation
Product: Tomcat 7
Version: unspecified
Hardware: PC
OS: Linux
https://issues.apache.org/bugzilla/show_bug.cgi?id=55703
--- Comment #1 from Giulio Quaresima ---
Created attachment 30969
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30969&action=edit
server.xml and the test classes in maven format
--
You are receiving this mail because:
You are
Cédric Dutoit created MTOMCAT-245:
-
Summary: Missing useBodyEncodingForURI parameter on connector
Key: MTOMCAT-245
URL: https://issues.apache.org/jira/browse/MTOMCAT-245
Project: Apache Tomcat Maven Pl
https://issues.apache.org/bugzilla/show_bug.cgi?id=55691
--- Comment #4 from Christopher Schultz ---
Created attachment 30970
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30970&action=edit
Proposed patch
Can you run this through your tests?
--
You are receiving this mail because:
https://issues.apache.org/bugzilla/show_bug.cgi?id=55691
--- Comment #5 from Christopher Schultz ---
This patch is against Tomcat 8 (trunk), but will likely apply cleanly to
earlier versions.
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696
--- Comment #12 from Christopher Schultz ---
Konstantin,
Yeah, sorry about the tabs. I used vi in stupid-mode. I'll get close cleaned-up
before a commit.
As for the stncpy, I was originally thinking that an int couldn't be longer
than a f
Author: violetagg
Date: Fri Oct 25 16:59:35 2013
New Revision: 1535783
URL: http://svn.apache.org/r1535783
Log:
Update docs for Apache Tomcat 7.0.47 release.
[This commit notification would consist of 436 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=55706
Bug ID: 55706
Summary: broken apr version check in native v1.1.29 build;
fails detect of installed v2.0.0
Product: Tomcat Native
Version: 1.1.29
Hardware: All
Author: markt
Date: Fri Oct 25 19:06:31 2013
New Revision: 1535819
URL: http://svn.apache.org/r1535819
Log:
Revert the swallowing of the Status.APR_EGENERAL. It can't be the SSL handshake
failing as that has to have completed for the code to get this far and it
appears to be related (the same?)
Author: markt
Date: Fri Oct 25 19:07:49 2013
New Revision: 1535821
URL: http://svn.apache.org/r1535821
Log:
Check for closed sockets earlier and reduce code duplication.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/upgrade/AprServle
Author: markt
Date: Fri Oct 25 19:08:41 2013
New Revision: 1535822
URL: http://svn.apache.org/r1535822
Log:
Remove socket from list of connections as soon as we know it is going to be
closed.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/ut
Author: markt
Date: Fri Oct 25 19:11:09 2013
New Revision: 1535825
URL: http://svn.apache.org/r1535825
Log:
Add wrapper information to error message
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/upgrade/AprServletInputStream.java
Author: markt
Date: Fri Oct 25 19:11:53 2013
New Revision: 1535826
URL: http://svn.apache.org/r1535826
Log:
Improve debug logging of SocketWrapper that just uses toString()
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SocketWrapper
Author: markt
Date: Fri Oct 25 19:15:47 2013
New Revision: 1535828
URL: http://svn.apache.org/r1535828
Log:
Fix the unexpected closure issues with APR/native, SSL and the drawboard example
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http1
21 matches
Mail list logo