svn commit: r1754468 - /tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java

2016-07-28 Thread markt
Author: markt Date: Thu Jul 28 20:47:12 2016 New Revision: 1754468 URL: http://svn.apache.org/viewvc?rev=1754468&view=rev Log: whitespace Modified: tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java Modified: tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java URL:

[Bug 59859] Tomcat WebDAV MOVE operation fails on Windows

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 --- Comment #11 from Coty Sutherland --- By the way, I tested the amended patch and it looks to resolve the issue as expected. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59839] roleSearchAsUser not applied to nested roles when roleNested enabled

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59839 --- Comment #3 from Felix Schumacher --- Fixed on tomcat 9 and will be in 9.0.0.M10. Will backport to tomcat 8.5 and 8.0 when no problem gets reported. -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1754467 - in /tomcat/trunk: java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2016-07-28 Thread fschumacher
Author: fschumacher Date: Thu Jul 28 20:19:40 2016 New Revision: 1754467 URL: http://svn.apache.org/viewvc?rev=1754467&view=rev Log: Fix Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59839 Apply roleSearchAsUser to all nested searches in JNDIRealm. Modified: tomcat/trunk/java/org/apache/

[Bug 59859] Tomcat WebDAV MOVE operation fails on Windows

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 --- Comment #10 from Coty Sutherland --- Good idea! I don't know why I didn't do that given that the FileResource class uses try-with-resources for it's FIS usage. I like your patch change much better :) Thanks!! -- You are receiving this ma

[Bug 59859] Tomcat WebDAV MOVE operation fails on Windows

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 --- Comment #9 from Felix Schumacher --- This issue is #89595 in coverity :) -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-ma

[Bug 59859] Tomcat WebDAV MOVE operation fails on Windows

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 Felix Schumacher changed: What|Removed |Added Attachment #34077|0 |1 is obsolete|

svn commit: r1754445 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java java/org/apache/tomcat/util/digester/Digester.java java/org/apache/tomcat/util/security/PermissionCh

2016-07-28 Thread markt
Author: markt Date: Thu Jul 28 19:45:12 2016 New Revision: 1754445 URL: http://svn.apache.org/viewvc?rev=1754445&view=rev Log: Provide a mechanism that enables the container to check if a component (typically a web application) has been granted a given permission when running under a SecurityMan

[Bug 59859] Tomcat WebDAV MOVE operation fails on Windows

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 --- Comment #6 from Coty Sutherland --- OK, after a lot of poking around I think I found a solution :D I figured out that the problem was with a FileInputStream. Tomcat7 doesn't use FIS' in the webresources package, but tomcat8+ does. I determ

[Bug 59859] Tomcat WebDAV MOVE operation fails on Windows

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 --- Comment #7 from Coty Sutherland --- Created attachment 34077 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34077&action=edit FIS.close() patch -- You are receiving this mail because: You are the assignee for the bug. ---

[GitHub] tomcat pull request #33: Clear up confusion about mbeans-descriptors.xml in ...

2016-07-28 Thread rhusar
GitHub user rhusar opened a pull request: https://github.com/apache/tomcat/pull/33 Clear up confusion about mbeans-descriptors.xml in docs; fix a type i… …n core descriptor Lets make sure its everywhere called "mbeans-descriptors" otherwise one missing "s" can cost deve

[Bug 57701] Implement "[Redeploy]" button for a web application

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57701 Dylan Lexie changed: What|Removed |Added Attachment #32741|0 |1 is obsolete|

[Bug 59899] Tomcat-embed-core brings outdated JPA API

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59899 bclozel changed: What|Removed |Added CC||bclo...@pivotal.io -- You are receiving thi

ClassLoaderLogManager.readConfiguration locates logging.properties incorrectly with JDK 9

2016-07-28 Thread Chris Hegarty
Hi, The following exception can be seen when, running with JDK 9 b115 ( early access ) and shutting down the Tomcat server. The issue is that the code in org.apache.juli.ClassLoaderLogManager.readConfiguration() expects to find the ‘logging.properties' file in the ‘lib' directory of the JRE ima

[Bug 59908] New: Tomcat reports empty(null) close reason if send operation timed out.

2016-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59908 Bug ID: 59908 Summary: Tomcat reports empty(null) close reason if send operation timed out. Product: Tomcat 8 Version: 8.0.x-trunk Hardware: PC OS: Linux