Early Access builds for JDK 9 b31 and JDK 8u40 b06 are available on java.net

2014-09-22 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen/Mark, Early Access build for JDK 9 b31 is available on java.net, summary of changes are listed here Early Access build for JDK 8u40 b06 is available on

svn commit: r1626707 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-09-22 Thread kkolinko
Author: kkolinko Date: Mon Sep 22 09:16:53 2014 New Revision: 1626707 URL: http://svn.apache.org/r1626707 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1626707&r1=162670

[Bug 56397] Establish parallel Maven-based build process

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #19 from Mark Thomas --- (In reply to Pierre Viret from comment #18) > Would it be possible for me to commit to the sandbox/trunk-maven-layout > repository? Not until the dev community decides to offer you committership ;) > I

[Bug 57001] New: test

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57001 Bug ID: 57001 Summary: test Product: Tomcat 8 Version: 8.0.8 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Cluster

[Bug 56988] Allow to use relative paths in base.path setting when building Tomcat, e.g. "base.path=../libraries"

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56988 --- Comment #2 from Konstantin Kolinko --- Created attachment 32041 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32041&action=edit 2014-09-22_tc6_56988.patch Patch for Tomcat 6 Tested with Ant 1.8.0 -- You are receiving thi

svn commit: r1626726 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-09-22 Thread kkolinko
Author: kkolinko Date: Mon Sep 22 10:45:59 2014 New Revision: 1626726 URL: http://svn.apache.org/r1626726 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1626726&r1=162672

[Bug 57001] test

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57001 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56995] Errors from servlet writer flush() causing threads in BLOCK state

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56995 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56991] Request attribute org.apache.catalina.jsp_file needs to be nulled out after single use

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56991 --- Comment #1 from Mark Thomas --- A little svn archeology discovered r1003589 where the use of this attribute was removed. I'll apply the suggested fix and deprecate this attribute so it can be removed in 9.0.x. -- You are receiving th

svn commit: r1626741 - in /tomcat/trunk: java/org/apache/jasper/Constants.java java/org/apache/jasper/servlet/JspServlet.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 11:41:06 2014 New Revision: 1626741 URL: http://svn.apache.org/r1626741 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56991 Deprecate the use of a request attribute to pass a declaration to Jasper and prevent an infinite loop if this technique is used

svn commit: r1626742 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/Constants.java java/org/apache/jasper/servlet/JspServlet.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 11:44:15 2014 New Revision: 1626742 URL: http://svn.apache.org/r1626742 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56991 Deprecate the use of a request attribute to pass a declaration to Jasper and prevent an infinite loop if this technique is used

[Bug 56991] Request attribute org.apache.catalina.jsp_file needs to be nulled out after single use

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56991 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1626747 - /tomcat/trunk/res/META-INF/websocket-api.jar.manifest

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 12:09:36 2014 New Revision: 1626747 URL: http://svn.apache.org/r1626747 Log: Fix copy/paste error Modified: tomcat/trunk/res/META-INF/websocket-api.jar.manifest Modified: tomcat/trunk/res/META-INF/websocket-api.jar.manifest URL: http://svn.apache.org/viewvc/to

svn commit: r1626748 - /tomcat/trunk/res/META-INF/websocket-api.jar.manifest

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 12:10:19 2014 New Revision: 1626748 URL: http://svn.apache.org/r1626748 Log: Correct package (it was changed during the development of 1.0) Modified: tomcat/trunk/res/META-INF/websocket-api.jar.manifest Modified: tomcat/trunk/res/META-INF/websocket-api.jar.mani

svn commit: r1626764 - /tomcat/trunk/java/org/apache/tomcat/websocket/Util.java

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 13:00:59 2014 New Revision: 1626764 URL: http://svn.apache.org/r1626764 Log: Reduce visibility for some methods. No API issues since this class is clearly documented to be for internal use only. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Util.java

svn commit: r1626765 - in /tomcat/trunk: java/javax/websocket/Session.java java/org/apache/tomcat/websocket/Util.java java/org/apache/tomcat/websocket/WsSession.java res/META-INF/websocket-api.jar.man

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 13:09:57 2014 New Revision: 1626765 URL: http://svn.apache.org/r1626765 Log: Update WebSocket implementation to version 1.1 of the spec Modified: tomcat/trunk/java/javax/websocket/Session.java tomcat/trunk/java/org/apache/tomcat/websocket/Util.java tomca

svn commit: r1626779 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 14:01:19 2014 New Revision: 1626779 URL: http://svn.apache.org/r1626779 Log: Ensure that the ide-eclipse build target downloads all the libraries required by the default Eclipse configuration files. Also, avoid triggering targets that are not necessary to create a w

[Bug 56990] ant ide-eclipse target shall download easymock library

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56990 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1625854 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2014-09-22 Thread Felix Schumacher
Am 21.09.2014 um 20:41 schrieb Mark Thomas: On 21/09/2014 14:05, Felix Schumacher wrote: Hi Mark, Am 18.09.2014 um 01:40 schrieb ma...@apache.org: Author: markt Date: Wed Sep 17 23:40:48 2014 New Revision: 1625854 URL: http://svn.apache.org/r1625854 Log: After double-checking SPN to domain us

[Bug 56871] Apparent corruption of Servlet InputStreams

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56871 --- Comment #8 from Mark Thomas --- I also can't repeat this on: - Physical Server 2008 R2, 64-bit Java 1.7.0_67 - Virtual (VMware Fusion) Ubuntu 14.04.1 LTS, 3.13.0-15, 64-bit Java 1.7.0_60 -- You are receiving this mail because: You a

Re: svn commit: r1625854 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2014-09-22 Thread Mark Thomas
On 22/09/2014 18:07, Felix Schumacher wrote: > Am 21.09.2014 um 20:41 schrieb Mark Thomas: >> On 21/09/2014 14:05, Felix Schumacher wrote: >>> Hi Mark, >>> >>> Am 18.09.2014 um 01:40 schrieb ma...@apache.org: Author: markt Date: Wed Sep 17 23:40:48 2014 New Revision: 1625854 >>>

Re: svn commit: r1625854 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2014-09-22 Thread Felix Schumacher
On 22. September 2014 21:12:39 MESZ, Mark Thomas wrote: >On 22/09/2014 18:07, Felix Schumacher wrote: >> Am 21.09.2014 um 20:41 schrieb Mark Thomas: >>> On 21/09/2014 14:05, Felix Schumacher wrote: Hi Mark, Am 18.09.2014 um 01:40 schrieb ma...@apache.org: > Author: markt >

Re: svn commit: r1625854 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2014-09-22 Thread Mark Thomas
On 22/09/2014 20:44, Felix Schumacher wrote: > > > On 22. September 2014 21:12:39 MESZ, Mark Thomas wrote: >> On 22/09/2014 18:07, Felix Schumacher wrote: >>> Am 21.09.2014 um 20:41 schrieb Mark Thomas: On 21/09/2014 14:05, Felix Schumacher wrote: > Hi Mark, > > Am 18.09.2014 um

Re: svn commit: r1625854 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2014-09-22 Thread Mark Thomas
On 22/09/2014 20:48, Mark Thomas wrote: > On 22/09/2014 20:44, Felix Schumacher wrote: >> I am still wondering how it should work with anything other than HTTP/... >> since the client is requesting a ticket for HTTP/... before it is getting >> any information about the spn from the server and

[Bug 57004] New: Get number of stuck threads from StuckThreadDetectionValve through jmx

2014-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57004 Bug ID: 57004 Summary: Get number of stuck threads from StuckThreadDetectionValve through jmx Product: Tomcat 8 Version: trunk Hardware: All OS: All

svn commit: r1626893 - in /tomcat/trunk/webapps/docs: changelog.xml windows-auth-howto.xml

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 21:03:37 2014 New Revision: 1626893 URL: http://svn.apache.org/r1626893 Log: Update the Windows authentication documentation after some additional testing to answer the remaining questions. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/weba

svn commit: r1626894 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/windows-auth-howto.xml

2014-09-22 Thread markt
Author: markt Date: Mon Sep 22 21:04:42 2014 New Revision: 1626894 URL: http://svn.apache.org/r1626894 Log: Update the Windows authentication documentation after some additional testing to answer the remaining questions. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/tr

[jira] [Created] (MTOMCAT-280) Allow running deploy-only and redeploy-only goals without pom file

2014-09-22 Thread Lauri Lehtinen (JIRA)
Lauri Lehtinen created MTOMCAT-280: -- Summary: Allow running deploy-only and redeploy-only goals without pom file Key: MTOMCAT-280 URL: https://issues.apache.org/jira/browse/MTOMCAT-280 Project: Apach

svn commit: r1626905 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2014-09-22 Thread kkolinko
Author: kkolinko Date: Mon Sep 22 21:58:08 2014 New Revision: 1626905 URL: http://svn.apache.org/r1626905 Log: Correct a typo Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

svn commit: r1626908 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/windows-auth-howto.xml

2014-09-22 Thread kkolinko
Author: kkolinko Date: Mon Sep 22 21:59:21 2014 New Revision: 1626908 URL: http://svn.apache.org/r1626908 Log: Correct a typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/windows-auth-howto.xml Propchange: tomcat/tc7.0.x/trunk/ -

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-22 Thread Gabriel E. Sánchez Martínez
On 09/17/2014 04:36 AM, Mark Thomas wrote: On 16/09/2014 22:14, Christopher Schultz wrote: Mark, On 9/16/14 3:39 PM, Mark Thomas wrote: Updated patch: http://people.apache.org/~markt/patches/2014-09-16-bug56403-tc8-v2.patch It's looking good! Looks good, but its missing a configuration for

svn commit: r1626940 - in /tomcat/maven-plugin/branches/tc8.x: ./ common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/ tomcat8-maven-plugin/src/main/java/org/apache/tomcat/mave

2014-09-22 Thread olamy
Author: olamy Date: Tue Sep 23 05:00:07 2014 New Revision: 1626940 URL: http://svn.apache.org/r1626940 Log: get classloader resources from reactor modules as well Modified: tomcat/maven-plugin/branches/tc8.x/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/ClassLoa

svn commit: r1626941 - in /tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run: AbstractRunMojo.java RunMojo.java

2014-09-22 Thread olamy
Author: olamy Date: Tue Sep 23 05:00:15 2014 New Revision: 1626941 URL: http://svn.apache.org/r1626941 Log: get classloader resources from reactor modules as well second part Modified: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat

svn commit: r1626942 - /tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/MavenWebappClassLoader.java

2014-09-22 Thread olamy
Author: olamy Date: Tue Sep 23 05:13:31 2014 New Revision: 1626942 URL: http://svn.apache.org/r1626942 Log: class not needed Removed: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/MavenWebappClassLoader.java ---