[Bug 55801] Add ability to provide custom SSLContext for websocket client

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801 Maciej Lypik changed: What|Removed |Added Attachment #31059|0 |1 is obsolete|

svn commit: r1546057 - in /tomcat/trunk: java/org/apache/tomcat/util/descriptor/DigesterFactory.java java/org/apache/tomcat/util/descriptor/LocalResolver.java test/org/apache/tomcat/util/descriptor/Te

2013-11-27 Thread markt
Author: markt Date: Wed Nov 27 15:00:05 2013 New Revision: 1546057 URL: http://svn.apache.org/r1546057 Log: Refactor to remove the base field from LocalResolver. Populate the LocalResolver with the full URLs to the well-known resources. Modified: tomcat/trunk/java/org/apache/tomcat/util/descr

[Bug 55820] New: Add 172.16/12 range to default internal proxies

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55820 Bug ID: 55820 Summary: Add 172.16/12 range to default internal proxies Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity:

[Bug 55821] New: parallel deployment should deploy latest version of webapp on startup

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55821 Bug ID: 55821 Summary: parallel deployment should deploy latest version of webapp on startup Product: Tomcat 7 Version: 7.0.42 Hardware: PC Status: NEW

[Bug 55821] parallel deployment should deploy latest version of webapp on startup

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55821 Colin Freas changed: What|Removed |Added OS||All -- You are receiving this mail

[Bug 55821] parallel deployment should deploy latest version of webapp on startup

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55821 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Mark

[Bug 55804] SPNEGOAUTHENTICATOR - GSSCredential does not get renewed after RemainingLifeTime is less than zero

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55804 --- Comment #3 from Mark Thomas --- When the session ID is changed on authentication that is exactly what happens. The session object remains the same, just the ID changes. There should be no need to populate the session as it remains popul

[Bug 55719] WAR's deployed via Tomcat Manager using Cargo deployer are getting corrupted.

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55719 --- Comment #8 from Mark Thomas --- Without further input this issue will eventually get resolved as WONTFIX. If that does happen, it can always be re-opened once further information is available. -- You are receiving this mail because: Y

[jira] [Commented] (MTOMCAT-211) The .war file is not extracted from executable war

2013-11-27 Thread Alexander Pechersky (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834035#comment-13834035 ] Alexander Pechersky commented on MTOMCAT-211: - I'm still encountering the iss

[jira] [Commented] (MTOMCAT-211) The .war file is not extracted from executable war

2013-11-27 Thread Konstantin Kolinko (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834047#comment-13834047 ] Konstantin Kolinko commented on MTOMCAT-211: This has been spotted and fixed

svn commit: r1546165 - /tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java

2013-11-27 Thread markt
Author: markt Date: Wed Nov 27 19:27:19 2013 New Revision: 1546165 URL: http://svn.apache.org/r1546165 Log: Need to convert Path to string before checking the extension scanWebInfClasses() still requires an implementation for when scanAllDirectories is enabled Modified: tomcat/trunk/java/org

svn commit: r1546172 - in /tomcat/trunk: java/org/apache/jasper/servlet/TldScanner.java test/org/apache/jasper/servlet/TestTldScanner.java test/webapp/WEB-INF/classes/META-INF/bug55807.tld test/webapp

2013-11-27 Thread markt
Author: markt Date: Wed Nov 27 19:58:05 2013 New Revision: 1546172 URL: http://svn.apache.org/r1546172 Log: Create dependency to the TLD file rather than to the webappPath of the root of the search Add a test case for bug 55807 and the other issues fixed in TldScanner while investigating bug 558

svn commit: r1546182 - /tomcat/trunk/webapps/docs/changelog.xml

2013-11-27 Thread markt
Author: markt Date: Wed Nov 27 20:28:40 2013 New Revision: 1546182 URL: http://svn.apache.org/r1546182 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55807 The JSP compiler used a last modified time of -1 for TLDs in JARs expanded in to WEB-INF/classes (IDEs often do this expansion)

[Bug 55807] JSP's always marked as outdated with Jar Scanner Component configured with “scanAllDirectories” and referenced Taglib in WEB-INF/classes/META-INF

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55807 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1546183 - /tomcat/trunk/webapps/docs/changelog.xml

2013-11-27 Thread markt
Author: markt Date: Wed Nov 27 20:30:51 2013 New Revision: 1546183 URL: http://svn.apache.org/r1546183 Log: Grr. Wrong branch. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chan

svn commit: r1546185 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/ test/org/apache/jasper/compiler/ test/webapp-3.0/WEB-INF/classes/META-INF/ test/webapp-3.0/bug5nnnn/ webapps/docs/

2013-11-27 Thread markt
Author: markt Date: Wed Nov 27 20:33:31 2013 New Revision: 1546185 URL: http://svn.apache.org/r1546185 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55807 The JSP compiler used a last modified time of -1 for TLDs in JARs expanded in to WEB-INF/classes (IDEs often do this expansion)

[Bug 55806] Using the Http11NioProtocol in the SSL connector images get truncated

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55806 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55823] New: if tomcat gets loaded with 2000 calls on http 1.1 protocol it hangs and has to be restarted

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55823 Bug ID: 55823 Summary: if tomcat gets loaded with 2000 calls on http 1.1 protocol it hangs and has to be restarted Product: Tomcat 7 Version: 7.0.42 Hardware: PC

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-11-27 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1599 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

[jira] [Commented] (MTOMCAT-152) Tomcat6 run works but Tomcat7 run fails with JDBC driver error

2013-11-27 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834513#comment-13834513 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-152: please provide a sample

[Bug 55823] if tomcat gets loaded with 2000 calls on http 1.1 protocol it hangs and has to be restarted

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55823 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 55823] if tomcat gets loaded with 2000 calls on http 1.1 protocol it hangs and has to be restarted

2013-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55823 --- Comment #2 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #1) > Apparently you mean the NIO implementation of AJP protocol. It is relatively > new, but is considered ready for production use. > Huh, you are s

svn commit: r1546295 - /tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java

2013-11-27 Thread kkolinko
Author: kkolinko Date: Thu Nov 28 06:09:11 2013 New Revision: 1546295 URL: http://svn.apache.org/r1546295 Log: Review of r1546165 Do not waste time converting the whole path to lowercase. Convert only the filename, as it is its extension that we are testing here. Modified: tomcat/trunk/java/

Re: svn commit: r1546165 - /tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java

2013-11-27 Thread Konstantin Kolinko
2013/11/27 : > Author: markt > Date: Wed Nov 27 19:27:19 2013 > New Revision: 1546165 > > URL: http://svn.apache.org/r1546165 > Log: > Need to convert Path to string before checking the extension > scanWebInfClasses() still requires an implementation for when > scanAllDirectories is enabled > > M