[Bug 56144] commons-daemon has different file.encoding with none daemon env

2014-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56144 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 56144] New: commons-daemon has different file.encoding with none daemon env

2014-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56144 Bug ID: 56144 Summary: commons-daemon has different file.encoding with none daemon env Product: Tomcat 6 Version: 6.0.36 Hardware: PC OS: Linux

svn commit: r1568846 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.bat bin/configtest.bat bin/digest.bat bin/service.bat bin/shutdown.bat bin/startup.bat bin/tool-wrapper.bat bin/version.bat webapps/doc

2014-02-16 Thread kkolinko
Author: kkolinko Date: Sun Feb 16 22:16:07 2014 New Revision: 1568846 URL: http://svn.apache.org/r1568846 Log: Merged r1568768 from tomcat/trunk: Simplify Windows *.bat files: remove %OS% checks, as current java does not run on ancient non-NT operating systems. Modified: tomcat/tc7.0.x/trunk

svn commit: r1568844 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-02-16 Thread kkolinko
Author: kkolinko Date: Sun Feb 16 22:04:33 2014 New Revision: 1568844 URL: http://svn.apache.org/r1568844 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1568844&r1=156884

svn commit: r1568828 - in /tomcat/trunk: bin/service.bat res/tomcat.nsi webapps/docs/changelog.xml

2014-02-16 Thread kkolinko
Author: kkolinko Date: Sun Feb 16 21:05:04 2014 New Revision: 1568828 URL: http://svn.apache.org/r1568828 Log: Align Commons Daemon options between service.bat and exe installer service.bat changes: --DisplayName --StartPath, --StopPath (They should be unnecessary in --StartMode jvm, but exe ins

Re: [VOTE] Release Apache Tomcat 7.0.52

2014-02-16 Thread Mark Thomas
On 14/02/2014 17:34, Konstantin Kolinko wrote: > 3) With NIO connector there were no "failed" tests, but the test hung twice. It was the same deadlock in both cases. This should be fixed in trunk and 7.0.x. Mark - To unsubscrib

svn commit: r1568804 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java webapps/docs/changelog.xml

2014-02-16 Thread markt
Author: markt Date: Sun Feb 16 18:30:16 2014 New Revision: 1568804 URL: http://svn.apache.org/r1568804 Log: Avoid possible deadlock when one thread tries to close a connection while another thread tries to write to it. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/tru

svn commit: r1568803 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java webapps/docs/changelog.xml

2014-02-16 Thread markt
Author: markt Date: Sun Feb 16 18:27:16 2014 New Revision: 1568803 URL: http://svn.apache.org/r1568803 Log: Avoid possible deadlock when one thread tries to close a connection while another thread tries to write to it. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointI

[Bug 56143] Allow "service.bat install" to be used in an non-UAC cmd.exe session

2014-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56143 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

svn commit: r1568787 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2014-02-16 Thread markt
Author: markt Date: Sun Feb 16 16:11:33 2014 New Revision: 1568787 URL: http://svn.apache.org/r1568787 Log: Clearer error message if we see test failures on Windows due to JVM bug. Fix some IDE warnings. Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticD

svn commit: r1568786 - in /tomcat/trunk/webapps/docs: changelog.xml windows-service-howto.xml

2014-02-16 Thread kkolinko
Author: kkolinko Date: Sun Feb 16 16:09:49 2014 New Revision: 1568786 URL: http://svn.apache.org/r1568786 Log: Fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=56143 Update documentation and changelog. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/wi

Re: [VOTE] Release Apache Tomcat 7.0.52

2014-02-16 Thread Mark Thomas
On 14/02/2014 17:34, Konstantin Kolinko wrote: > 1. org.apache.catalina.startup.TestHostConfigAutomaticDeployment > fails consistently with all connectors when running with JDK 6u45. > It runs successfully with 7u51. > The failures: > > [[[ > Testsuite: org.apache.catalina.startup.TestHostConfi

svn commit: r1568780 - /tomcat/trunk/bin/service.bat

2014-02-16 Thread kkolinko
Author: kkolinko Date: Sun Feb 16 15:34:06 2014 New Revision: 1568780 URL: http://svn.apache.org/r1568780 Log: Avoid using the same path for "tomcat-juli.jar" twice when CATALINA_HOME and CATALINA_BASE are the same. Modified: tomcat/trunk/bin/service.bat Modified: tomcat/trunk/bin/service.

svn commit: r1568779 - /tomcat/trunk/bin/service.bat

2014-02-16 Thread kkolinko
Author: kkolinko Date: Sun Feb 16 15:24:56 2014 New Revision: 1568779 URL: http://svn.apache.org/r1568779 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=56143 Allow service.bat to be launched from a non-UAC console, by using arguments instead of env variables to pass options to prunsrv.

svn commit: r1568768 - in /tomcat/trunk/bin: catalina.bat configtest.bat digest.bat service.bat shutdown.bat startup.bat tool-wrapper.bat version.bat

2014-02-16 Thread kkolinko
Author: kkolinko Date: Sun Feb 16 14:45:47 2014 New Revision: 1568768 URL: http://svn.apache.org/r1568768 Log: Simplify Windows *.bat files: remove %OS% checks, as current java does not run on ancient non-NT operating systems. Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/conf

[Bug 56143] New: Allow "service.bat install" to be used in an non-UAC cmd.exe session

2014-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56143 Bug ID: 56143 Summary: Allow "service.bat install" to be used in an non-UAC cmd.exe session Product: Tomcat 7 Version: 7.0.50 Hardware: PC Status: NEW