[Bug 61766] Getting 503 error while accessing application ,After restarting httpd service it works fine

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61766 --- Comment #4 from Devidutta Panda --- Created attachment 35530 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35530&action=edit Detailed Logs Please find the detailed logs -- You are receiving this mail because: You are the assigne

[Bug 61682] StackOverflowError while executing HTTP/2 Server Push

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61682 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Mark Thomas ---

[Bug 61673] java.util.ConcurrentModificationException thrown when trying to push around 1000 resources using PushBuilder

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61673 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1815386 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java webapps/docs/changelog.xml

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 21:44:02 2017 New Revision: 1815386 URL: http://svn.apache.org/viewvc?rev=1815386&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61673 Avoid a possible ConcurrentModificationException when working with the streams associated with a connection. Mod

svn commit: r1815385 - in /tomcat/trunk: java/org/apache/coyote/http2/Http2UpgradeHandler.java webapps/docs/changelog.xml

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 21:41:31 2017 New Revision: 1815385 URL: http://svn.apache.org/viewvc?rev=1815385&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61673 Avoid a possible ConcurrentModificationException when working with the streams associated with a connection. Mod

[Bug 61673] java.util.ConcurrentModificationException thrown when trying to push around 1000 resources using PushBuilder

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61673 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Mark Thomas ---

[Bug 58988] $ escaping for rewrite

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 20:30:05 2017 New Revision: 1815368 URL: http://svn.apache.org/viewvc?rev=1815368&view=rev Log: Add a SHA-512 hash Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchang

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

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 20:29:23 2017 New Revision: 1815367 URL: http://svn.apache.org/viewvc?rev=1815367&view=rev Log: Add a SHA-512 hash Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.xml tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Propchang

svn commit: r1815366 - in /tomcat/tc8.5.x/trunk: ./ build.xml webapps/docs/changelog.xml

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 20:28:42 2017 New Revision: 1815366 URL: http://svn.apache.org/viewvc?rev=1815366&view=rev Log: Add a SHA-512 hash Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.xml tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchang

Re: [VOTE] Release Apache Tomcat Native 1.2.16

2017-11-15 Thread Mark Thomas
On 15/11/17 11:03, Mark Thomas wrote: > Version 1.2.16 includes the following changes compared to 1.2.14: > > - Update minimum recommended OpenSSL version to 1.0.2m > - Update minimum recommended APR version to 1.6.3 > - Windows binaries built with OpenSSL 1.0.2m and APR 1.6.3 > > Various other f

buildbot success in on tomcat-8-trunk

2017-11-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/1176 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1815330 - /tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 16:07:40 2017 New Revision: 1815330 URL: http://svn.apache.org/viewvc?rev=1815330&view=rev Log: Increase window for valid completion Modified: tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java Modified: tomcat/trunk/test/org/apache/tomcat/jni/TestSo

svn commit: r1815329 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/scan/UrlJar.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 16:01:51 2017 New Revision: 1815329 URL: http://svn.apache.org/viewvc?rev=1815329&view=rev Log: Avoid possible NPE if no manifest is present. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/scan/UrlJar.java Modified: tomcat/tc7.0.x/trunk/java/org/apa

svn commit: r1815327 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 16:00:10 2017 New Revision: 1815327 URL: http://svn.apache.org/viewvc?rev=1815327&view=rev Log: Avoid possible NPE if no manifest is present. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/scan/AbstractInp

svn commit: r1815326 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 15:59:42 2017 New Revision: 1815326 URL: http://svn.apache.org/viewvc?rev=1815326&view=rev Log: Avoid possible NPE if no manifest is present. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/scan/AbstractInp

svn commit: r1815325 - /tomcat/trunk/java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 15:58:45 2017 New Revision: 1815325 URL: http://svn.apache.org/viewvc?rev=1815325&view=rev Log: Avoid possible NPE if no manifest is present. Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java Modified: tomcat/trunk/java/org/ap

svn commit: r1815322 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/juli/TestFileHandler.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 15:52:06 2017 New Revision: 1815322 URL: http://svn.apache.org/viewvc?rev=1815322&view=rev Log: If the test logs files aren't closed, they will be locked. On Windows this means they can't be deleted. This causes the tearDown code to fail. Close the FileHandlers so t

svn commit: r1815321 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/juli/TestFileHandler.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 15:51:34 2017 New Revision: 1815321 URL: http://svn.apache.org/viewvc?rev=1815321&view=rev Log: If the test logs files aren't closed, they will be locked. On Windows this means they can't be deleted. This causes the tearDown code to fail. Close the FileHandlers so t

svn commit: r1815320 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/juli/TestFileHandler.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 15:51:06 2017 New Revision: 1815320 URL: http://svn.apache.org/viewvc?rev=1815320&view=rev Log: If the test logs files aren't closed, they will be locked. On Windows this means they can't be deleted. This causes the tearDown code to fail. Close the FileHandlers so t

svn commit: r1815319 - /tomcat/trunk/test/org/apache/juli/TestFileHandler.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 15:49:38 2017 New Revision: 1815319 URL: http://svn.apache.org/viewvc?rev=1815319&view=rev Log: If the test logs files aren't closed, they will be locked. On Windows this means they can't be deleted. This causes the tearDown code to fail. Close the FileHandlers so t

svn commit: r1815318 - /tomcat/trunk/test/org/apache/juli/TestFileHandler.java

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 15:40:50 2017 New Revision: 1815318 URL: http://svn.apache.org/viewvc?rev=1815318&view=rev Log: Correct failure message Modified: tomcat/trunk/test/org/apache/juli/TestFileHandler.java Modified: tomcat/trunk/test/org/apache/juli/TestFileHandler.java URL: http:

[Bug 61766] Getting 503 error while accessing application ,After restarting httpd service it works fine

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61766 Christopher Schultz changed: What|Removed |Added Resolution|WONTFIX |INVALID --- Comment #3 from Chri

svn commit: r1815304 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 11:15:36 2017 New Revision: 1815304 URL: http://svn.apache.org/viewvc?rev=1815304&view=rev Log: Increment version for next development cycle Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h tomcat/na

[VOTE] Release Apache Tomcat Native 1.2.16

2017-11-15 Thread Mark Thomas
Version 1.2.16 includes the following changes compared to 1.2.14: - Update minimum recommended OpenSSL version to 1.0.2m - Update minimum recommended APR version to 1.6.3 - Windows binaries built with OpenSSL 1.0.2m and APR 1.6.3 Various other fixes and improvements. See the changelog for details

svn commit: r23109 - in /dev/tomcat/tomcat-connectors/native/1.2.16: ./ binaries/ source/

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 11:03:00 2017 New Revision: 23109 Log: Upload 1.2.16 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.16/ dev/tomcat/tomcat-connectors/native/1.2.16/binaries/ dev/tomcat/tomcat-connectors/native/1.2.16/binaries/tomcat-native-1.2.16-ocsp-win32-b

svn commit: r1815301 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_16: ./ build.properties.default native/include/tcn_version.h

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 10:37:45 2017 New Revision: 1815301 URL: http://svn.apache.org/viewvc?rev=1815301&view=rev Log: Tag 1.2.16 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_16/ - copied from r1815300, tomcat/native/trunk/ Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_16/bu

[Bug 61766] Getting 503 error while accessing application ,After restarting httpd service it works fine

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61766 --- Comment #2 from Devidutta Panda --- Hi Luca, Thanks for quick response. The version we are using is Apache 2.2.25, which has life support till 31st DEC 2017. Please let us know any solution for this version. Regards, Devidutta -- You

svn commit: r23105 - /dev/tomcat/tomcat-connectors/native/1.2.15/

2017-11-15 Thread markt
Author: markt Date: Wed Nov 15 09:56:05 2017 New Revision: 23105 Log: Drop 1.2.15 since vote was cancelled Removed: dev/tomcat/tomcat-connectors/native/1.2.15/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

[CANCELLED][VOTE] Release Apache Tomcat Native 1.2.15

2017-11-15 Thread Mark Thomas
I'm cancelling this vote to pick up the additional clean-up in the OCSP parsing code. Mark On 14/11/17 12:12, Mark Thomas wrote: > Version 1.2.15 includes the following changes compared to 1.2.14: > > - Update minimum recommended OpenSSL version to 1.0.2m > - Update minimum recommended APR versi

[Bug 61766] Getting 503 error while accessing application ,After restarting httpd service it works fine

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61766 Ruediger Pluem changed: What|Removed |Added Product|Apache httpd-2 |Tomcat Connectors Component|