svn commit: r1656301 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/logging.xml

2015-02-01 Thread markt
Author: markt Date: Sun Feb 1 14:18:56 2015 New Revision: 1656301 URL: http://svn.apache.org/r1656301 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57503 Make clear that log4j 1.2.x is required Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1656300 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/logging.xml

2015-02-01 Thread markt
Author: markt Date: Sun Feb 1 14:16:40 2015 New Revision: 1656300 URL: http://svn.apache.org/r1656300 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57503 Make clear that log4j 1.2.x is required Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 57503] Log4J Logging Information Incomplete

2015-02-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57503 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1656302 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/logging.xml

2015-02-01 Thread markt
Author: markt Date: Sun Feb 1 14:24:16 2015 New Revision: 1656302 URL: http://svn.apache.org/r1656302 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57503 Make clear that log4j 1.2.x is required Modified: tomcat/tc6.0.x/trunk/ (props changed)

[GitHub] tomcat pull request: fix typo

2015-02-01 Thread caoxudong
GitHub user caoxudong opened a pull request: https://github.com/apache/tomcat/pull/17 fix typo I think it is a typo. You can merge this pull request into a Git repository by running: $ git pull https://github.com/caoxudong/tomcat dev Alternatively you can review and apply

svn commit: r1656298 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2015-02-01 Thread markt
Author: markt Date: Sun Feb 1 14:04:53 2015 New Revision: 1656298 URL: http://svn.apache.org/r1656298 Log: Fix typo. Patch provided by caoxudong This closes #17 Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java Modified:

[GitHub] tomcat pull request: fix typo

2015-02-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/17 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1656299 - /tomcat/trunk/webapps/docs/logging.xml

2015-02-01 Thread markt
Author: markt Date: Sun Feb 1 14:14:27 2015 New Revision: 1656299 URL: http://svn.apache.org/r1656299 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57503 Make clear that log4j 1.2.x is required Modified: tomcat/trunk/webapps/docs/logging.xml Modified:

[Bug 57338] SingleSignOnEntry cache of ClusterSingleSignOn valve is not synchronized on Tomcat startup

2015-02-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57338 Mark Thomas ma...@apache.org changed: What|Removed |Added CC|

[Bug 28039] Cluster Support for SingleSignOn

2015-02-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=28039 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1656345 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardHost.java

2015-02-01 Thread fschumacher
Author: fschumacher Date: Sun Feb 1 18:36:33 2015 New Revision: 1656345 URL: http://svn.apache.org/r1656345 Log: Warn about a problematic appBase setting on StandardHost. Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties

svn commit: r1656350 - /tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html

2015-02-01 Thread markt
Author: markt Date: Sun Feb 1 19:26:53 2015 New Revision: 1656350 URL: http://svn.apache.org/r1656350 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57496 Use a relative URL. Re-word so full URL is not required. Modified:

svn commit: r1656351 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/jsp/jsp2/jspx/svgexample.html

2015-02-01 Thread markt
Author: markt Date: Sun Feb 1 19:28:35 2015 New Revision: 1656351 URL: http://svn.apache.org/r1656351 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57496 Use a relative URL. Re-word so full URL is not required. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1656319 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java

2015-02-01 Thread fschumacher
Author: fschumacher Date: Sun Feb 1 15:38:42 2015 New Revision: 1656319 URL: http://svn.apache.org/r1656319 Log: Guard the digester with its own lock object. Otherwise two threads could create two digester instances, lock on them and then use still the same one at the same time. Remove the now

[Bug 57496] Hard-coded URL in SVG example

2015-02-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57496 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 40881] Unable to receive message through TCP channel - Nullpointer

2015-02-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40881 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1656331 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2015-02-01 Thread fschumacher
Author: fschumacher Date: Sun Feb 1 17:04:39 2015 New Revision: 1656331 URL: http://svn.apache.org/r1656331 Log: We know, that we only store String[] instances as values in parameters-map, so no need to check for other types. Modified: