[Bug 60386] Sequential refreshes in Chromium cause warnings from Http2UpgradeHandler pruneClosedStreams

2016-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60386 --- Comment #2 from Evgenij Ryazanov --- The only issue with logging is that single one connection produces a lot of similar records and all of them have WARNING level, from my point of view it's may be better to log following at DEBUG level.

[Bug 60372] BufferOverflowException at java.nio.HeapByteBuffer.put

2016-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60372 --- Comment #12 from Evgenij Ryazanov --- Seems to be fixed. No new exceptions in journal and no random ERR_EMPTY_RESPONSE errors in clients any more after reasonable long uptime under heavy load. -- You are receiving this mail because: You a

[Bug 60362] Missing reason phrase in response

2016-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362 --- Comment #4 from Todd Pierce --- I suggest that the spec for HTTTP 1.1 is ambiguous regarding whether the reason phrase is optional at all. It says that the reson phrase is defined as zero or more text characters. This could be interpreted t

buildbot exception in on tomcat-7-trunk

2016-11-17 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/592 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 60366] catalina.bat should not modify $JAVA_OPTS to add $LOGGING_MANAGER

2016-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60366 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1770268 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.bat webapps/docs/changelog.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 19:40:32 2016 New Revision: 1770268 URL: http://svn.apache.org/viewvc?rev=1770268&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60366 Change catalina.bat to use directly LOGGING_MANAGER and LOGGING_CONFIG variables in order to configure loggin

svn commit: r1770265 - in /tomcat/tc8.0.x/trunk: ./ bin/catalina.bat webapps/docs/changelog.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 19:31:32 2016 New Revision: 1770265 URL: http://svn.apache.org/viewvc?rev=1770265&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60366 Change catalina.bat to use directly LOGGING_MANAGER and LOGGING_CONFIG variables in order to configure loggin

svn commit: r1770263 - in /tomcat/tc8.5.x/trunk: ./ bin/catalina.bat webapps/docs/changelog.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 19:21:15 2016 New Revision: 1770263 URL: http://svn.apache.org/viewvc?rev=1770263&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60366 Change catalina.bat to use directly LOGGING_MANAGER and LOGGING_CONFIG variables in order to configure loggin

svn commit: r1770258 - in /tomcat/trunk: bin/catalina.bat webapps/docs/changelog.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 19:13:07 2016 New Revision: 1770258 URL: http://svn.apache.org/viewvc?rev=1770258&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60366 Change catalina.bat to use directly LOGGING_MANAGER and LOGGING_CONFIG variables in order to configure loggin

[Bug 60388] New: --disable-maintainer-mode enables the maintainer mode

2016-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60388 Bug ID: 60388 Summary: --disable-maintainer-mode enables the maintainer mode Product: Tomcat Native Version: 1.2.10 Hardware: All OS: Linux Status: NEW

[Bug 60387] AccessLog#setRequestAttributesEnabled states that the default value is true while it is false

2016-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60387 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1770186 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/AccessLog.java java/org/apache/catalina/valves/AccessLogValve.java java/org/apache/catalina/valves/JDBCAccessLogValve.java

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 13:12:54 2016 New Revision: 1770186 URL: http://svn.apache.org/viewvc?rev=1770186&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60387 Correct the javadoc for o.a.catalina.AccessLog.setRequestAttributesEnabled Modified: tomcat/tc7.0.x/trunk

svn commit: r1770183 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/AccessLog.java java/org/apache/catalina/valves/AbstractAccessLogValve.java java/org/apache/catalina/valves/JDBCAccessLogVal

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 13:03:45 2016 New Revision: 1770183 URL: http://svn.apache.org/viewvc?rev=1770183&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60387 Correct the javadoc for o.a.catalina.AccessLog.setRequestAttributesEnabled Modified: tomcat/tc8.0.x/trunk

svn commit: r1770182 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/AccessLog.java java/org/apache/catalina/valves/AbstractAccessLogValve.java java/org/apache/catalina/valves/JDBCAccessLogVal

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 13:01:23 2016 New Revision: 1770182 URL: http://svn.apache.org/viewvc?rev=1770182&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60387 Correct the javadoc for o.a.catalina.AccessLog.setRequestAttributesEnabled Modified: tomcat/tc8.5.x/trunk

svn commit: r1770180 - in /tomcat/trunk: java/org/apache/catalina/AccessLog.java java/org/apache/catalina/valves/AbstractAccessLogValve.java java/org/apache/catalina/valves/JDBCAccessLogValve.java web

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 12:57:01 2016 New Revision: 1770180 URL: http://svn.apache.org/viewvc?rev=1770180&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60387 Correct the javadoc for o.a.catalina.AccessLog.setRequestAttributesEnabled Modified: tomcat/trunk/java/or

Minor improvement for TestOpenSSLCipherConfigurationParser

2016-11-17 Thread Emmanuel Bourg
Hi, As I ran the Tomcat 8.5 APR tests on Debian I noticed several failures in TestOpenSSLCipherConfigurationParser. They were caused by the missing IDEA cipher which was historically disabled in Debian due to patent issues, but that wasn't immediately obvious because the failure message simply sta

svn commit: r1770148 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/host.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 10:24:06 2016 New Revision: 1770148 URL: http://svn.apache.org/viewvc?rev=1770148&view=rev Log: Correct a typo in Host Configuration Reference. Issue reported via comments.apache.org. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trun

svn commit: r1770146 - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2016-11-17 Thread markt
Author: markt Date: Thu Nov 17 10:18:28 2016 New Revision: 1770146 URL: http://svn.apache.org/viewvc?rev=1770146&view=rev Log: Update the footer now some of our trademarks are registered Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html tomcat/site/trunk/d

svn commit: r1770144 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/host.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 10:06:58 2016 New Revision: 1770144 URL: http://svn.apache.org/viewvc?rev=1770144&view=rev Log: Correct a typo in Host Configuration Reference. Issue reported via comments.apache.org. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trun

svn commit: r1770143 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/host.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 09:56:14 2016 New Revision: 1770143 URL: http://svn.apache.org/viewvc?rev=1770143&view=rev Log: Correct a typo in Host Configuration Reference. Issue reported via comments.apache.org. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trun

svn commit: r1770142 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/host.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 09:54:13 2016 New Revision: 1770142 URL: http://svn.apache.org/viewvc?rev=1770142&view=rev Log: Correct a typo in Host Configuration Reference. Issue reported via comments.apache.org. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trun

svn commit: r1770140 - in /tomcat/trunk/webapps/docs: changelog.xml config/host.xml

2016-11-17 Thread violetagg
Author: violetagg Date: Thu Nov 17 09:45:18 2016 New Revision: 1770140 URL: http://svn.apache.org/viewvc?rev=1770140&view=rev Log: Correct a typo in Host Configuration Reference. Issue reported via comments.apache.org. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapp

Re: Question about AccessLog.setRequestAttributesEnabled

2016-11-17 Thread Mark Thomas
On 17/11/2016 09:06, Violeta Georgieva wrote: > Hi, > > There is an issue [1] about an incorrect javadoc > for org.apache.catalina.AccessLog.setRequestAttributesEnabled > > I have a question about the default value. > > With the following change [2], back in 2011, the default for all > implement

[Bug 60386] Sequential refreshes in Chromium cause warnings from Http2UpgradeHandler pruneClosedStreams

2016-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60386 --- Comment #1 from Remy Maucherat --- (In reply to Evgenij Ryazanov from comment #0) > It may be a browser bug, but anyway this sutuation should be handled without > much noise on production servers. I disagree with that. This looks to me lik

Question about AccessLog.setRequestAttributesEnabled

2016-11-17 Thread Violeta Georgieva
Hi, There is an issue [1] about an incorrect javadoc for org.apache.catalina.AccessLog.setRequestAttributesEnabled I have a question about the default value. With the following change [2], back in 2011, the default for all implementations was set to "true". But with change [3] the default value,