[Bug 60012] Several log refactoring/improvement suggestions

2016-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60012 Violeta Georgieva changed: What|Removed |Added Severity|major |normal -- You are receiving this

[Bug 60022] ContextConfig#fixDocBase function generates invalid docBase if exploded war is a sym-link

2016-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60022 --- Comment #1 from mohitch...@yahoo.com --- To summarize, ContextConfig.fixDocBase() is not correctly revalidating the fact that it thought docBase was inside appBase after it sets docBase to its canonical path. -- You are receiving this mail

[Bug 60022] New: ContextConfig#fixDocBase function generates invalid docBase if exploded war is a sym-link

2016-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60022 Bug ID: 60022 Summary: ContextConfig#fixDocBase function generates invalid docBase if exploded war is a sym-link Product: Tomcat 8 Version: 8.5.4 Hardware: PC

svn commit: r1756799 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java

2016-08-18 Thread violetagg
Author: violetagg Date: Thu Aug 18 14:45:40 2016 New Revision: 1756799 URL: http://svn.apache.org/viewvc?rev=1756799&view=rev Log: Reduce duplications. Extract a new method SocketWrapperBase.populateReadBuffer(byte[], int, int). Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8

svn commit: r1756798 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2016-08-18 Thread violetagg
Author: violetagg Date: Thu Aug 18 14:43:05 2016 New Revision: 1756798 URL: http://svn.apache.org/viewvc?rev=1756798&view=rev Log: Reduce duplications. Extract a new method SocketWrapperBase.populateReadBuffer(byte[], int, int). Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoi

[Bug 59708] LockOutRealm Details

2016-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59708 --- Comment #4 from Ben --- Thanks for this fix. I'd like to ask one more technical question about it: Are the wrapped realms authenticated before the lockout or is the lockout checked before attempting real authentication? Example: If I

svn commit: r1756780 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/Nio2Endpoint.java webapps/docs/changelog.xml

2016-08-18 Thread violetagg
Author: violetagg Date: Thu Aug 18 13:22:04 2016 New Revision: 1756780 URL: http://svn.apache.org/viewvc?rev=1756780&view=rev Log: Ensure that Semaphore.release is called in all cases. Even when there is an exception. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk

svn commit: r1756778 - in /tomcat/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java webapps/docs/changelog.xml

2016-08-18 Thread violetagg
Author: violetagg Date: Thu Aug 18 13:19:30 2016 New Revision: 1756778 URL: http://svn.apache.org/viewvc?rev=1756778&view=rev Log: Ensure that Semaphore.release is called in all cases. Even when there is an exception. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

[Bug 60014] New: Nio2 Connector with SLL (OpenSSL) truncates post data

2016-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60014 Bug ID: 60014 Summary: Nio2 Connector with SLL (OpenSSL) truncates post data Product: Tomcat 8 Version: 8.5.4 Hardware: PC OS: Linux Status: NEW Severit

[Bug 60013] New: Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Bug ID: 60013 Summary: Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve Product: Tomcat 8 Version: 8.0.35 Hardware: PC