svn commit: r1628365 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 07:29:38 2014 New Revision: 1628365 URL: http://svn.apache.org/r1628365 Log: Better name Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java URL:

svn commit: r1628366 - in /tomcat/trunk: java/org/apache/tomcat/util/http/CookieSupport.java java/org/apache/tomcat/util/http/LegacyCookieProcessor.java test/org/apache/tomcat/util/http/TestCookiePars

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 07:41:57 2014 New Revision: 1628366 URL: http://svn.apache.org/r1628366 Log: Make FWD_SLASH_IS_SEPARATOR configurable per context Modified: tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java

svn commit: r1628367 - /tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 07:47:58 2014 New Revision: 1628367 URL: http://svn.apache.org/r1628367 Log: Restore throwing of IAE for control characters in cookie header removed in r1628366 Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java Modified:

svn commit: r1628368 - in /tomcat/trunk/java/org/apache/tomcat/util/http: CookieSupport.java LegacyCookieProcessor.java

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 07:52:15 2014 New Revision: 1628368 URL: http://svn.apache.org/r1628368 Log: Deprecate CookieSupport class. Requires copying isV0Separator(char) to LegacyCookieProcessor Modified: tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java

svn commit: r1628369 - in /tomcat/trunk/test/org/apache/tomcat/util/http: TestCookiesDefaultSysProps.java TestCookiesNoFwdStrictSysProps.java TestCookiesNoStrictNamingSysProps.java TestCookiesStrictSy

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 07:58:26 2014 New Revision: 1628369 URL: http://svn.apache.org/r1628369 Log: Update comments Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java

[jira] [Updated] (MTOMCAT-282) Support for version of deployed web application

2014-09-30 Thread Andrey Utkin (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Utkin updated MTOMCAT-282: - Attachment: tomcat-maven-plugin-trunk_version_support_2.patch Please see

[jira] [Created] (MTOMCAT-283) Tomcat7Runner does not use tomcat-users.xml when used without a server.xml

2014-09-30 Thread Pasi Niemi (JIRA)
Pasi Niemi created MTOMCAT-283: -- Summary: Tomcat7Runner does not use tomcat-users.xml when used without a server.xml Key: MTOMCAT-283 URL: https://issues.apache.org/jira/browse/MTOMCAT-283 Project:

[jira] [Commented] (MTOMCAT-283) Tomcat7Runner does not use tomcat-users.xml when used without a server.xml

2014-09-30 Thread Konstantin Kolinko (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152998#comment-14152998 ] Konstantin Kolinko commented on MTOMCAT-283: 1. Steps to reproduce = ? 2.

[jira] [Commented] (MTOMCAT-283) Tomcat7Runner does not use tomcat-users.xml when used without a server.xml

2014-09-30 Thread Pasi Niemi (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14153007#comment-14153007 ] Pasi Niemi commented on MTOMCAT-283: Background to this issue is that we are

[jira] [Updated] (MTOMCAT-283) Tomcat7Runner does not use tomcat-users.xml when used without a server.xml

2014-09-30 Thread Pasi Niemi (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pasi Niemi updated MTOMCAT-283: --- Attachment: tomcat-maven-plugin-use-tomcat-users-xml-in-war-exec.diff Patch to add: 1) tomcatUsers

[Bug 56871] Apparent corruption of Servlet InputStreams

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56871 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 56989] Classes being loaded from wrong web app.

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

Early Access builds for JDK 9 b32 and JDK 8u40 b07 are available on java.net

2014-09-30 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen/Mark, Early Access build for JDK 9 b32 https://jdk9.java.net/download/ is available on java.net, summary of changes are listed here http://www.java.net/download/jdk9/changes/jdk9-b32.html Early Access build for JDK 8u40 b07 http://jdk8.java.net/download.html is available on

[Bug 56871] Apparent corruption of Servlet InputStreams

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56871 --- Comment #12 from Ciaran ciar...@gmail.com --- I appreciate the effort, thank you. I wish I could preserve my physical environment in some manner to isolate this further, but my testing in virtualised environments has had the same

Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
Hi everybody, Working on my company webapp I notice the following problem: sometimes the jsession cookie is lost, and therefore my whole http session is lost. The context is: - Tomcat v. 5.5.36 - JDK 1.5.0 - O.S. Windows - Client: Internet Explorer 8 Here is my use

Re: Session lost in Tomcat 5.5.36

2014-09-30 Thread Konstantin Kolinko
2014-09-30 14:06 GMT+04:00 Diego Ruotolo druot...@noemalife.com: Hi everybody, Working on my company webapp I notice the following problem: sometimes the jsession cookie is lost, and therefore my whole http session is lost. The context is: - Tomcat v. 5.5.36 - JDK

R: Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
Thanks Konstantin, I will unsubscribe from this list and try to post this question to user's list. Best regards, Diego -Messaggio originale- Da: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Inviato: martedì 30 settembre 2014 12:46 A: Tomcat Developers List Oggetto: Re:

Time for 6.0.42

2014-09-30 Thread jean-frederic clere
Hi, I plan to tag a 6.0.42 later today, objections? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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

2014-09-30 Thread remm
Author: remm Date: Tue Sep 30 11:21:37 2014 New Revision: 1628397 URL: http://svn.apache.org/r1628397 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

buildbot failure in ASF Buildbot on tomcat-trunk

2014-09-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/497 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: svn commit: r1628366 - in /tomcat/trunk: java/org/apache/tomcat/util/http/CookieSupport.java java/org/apache/tomcat/util/http/LegacyCookieProcessor.java test/org/apache/tomcat/util/http/TestCookie

2014-09-30 Thread Konstantin Kolinko
2014-09-30 11:41 GMT+04:00 ma...@apache.org: Author: markt Date: Tue Sep 30 07:41:57 2014 New Revision: 1628366 URL: http://svn.apache.org/r1628366 Log: Make FWD_SLASH_IS_SEPARATOR configurable per context Modified: tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java

Re: svn commit: r1628197 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/loader/ java/org/apache/catalina/webresources/ webapps/docs/

2014-09-30 Thread Konstantin Kolinko
2014-09-29 18:42 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Sep 29 14:42:11 2014 New Revision: 1628197 URL: http://svn.apache.org/r1628197 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57038 Add a WebResource.getCoseBase() method, implement for all WebResource

[Bug 57022] Tomcat Spnego authentication against Active Directory fails with Java 8

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57022 --- Comment #5 from Mark Thomas ma...@apache.org --- A short update. I can reproduce this with Tomcat 8 and both the latest Java 7 and Java 8 releases. I have a patch that fixes this but it currently depends on an internal Sun API. I am

svn commit: r1628424 - in /tomcat/trunk: java/org/apache/catalina/webresources/JarWarResource.java webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 12:52:34 2014 New Revision: 1628424 URL: http://svn.apache.org/r1628424 Log: Review of r1628197 by kkolinko. Modified: tomcat/trunk/java/org/apache/catalina/webresources/JarWarResource.java tomcat/trunk/webapps/docs/changelog.xml Modified:

Re: svn commit: r1628197 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/loader/ java/org/apache/catalina/webresources/ webapps/docs/

2014-09-30 Thread Mark Thomas
On 30/09/2014 13:34, Konstantin Kolinko wrote: 2014-09-29 18:42 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Sep 29 14:42:11 2014 New Revision: 1628197 snip/ 1. On the previous line it is jar:war: with a trailing :, so I guess it had to be s/jar/jar:/ here. snip/ 2.

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

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 13:02:05 2014 New Revision: 1628426 URL: http://svn.apache.org/r1628426 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1628428 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/tomcat.nsi webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 13:10:02 2014 New Revision: 1628428 URL: http://svn.apache.org/r1628428 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56606 User new attribute name for username Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/res/tomcat.nsi

[Bug 56606] Tomcat Installer: old attribute generated in tomcat-users.xml instead of the new one

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56606 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1628430 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ELParser.java test/org/apache/jasper/compiler/TestELParser.java webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 13:13:30 2014 New Revision: 1628430 URL: http://svn.apache.org/r1628430 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56334#c15 Fix a regression in EL parsing when quoted string follows a whitespace. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

[Bug 56334] Double Backslash Escaping in Attributes

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1628436 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 13:23:53 2014 New Revision: 1628436 URL: http://svn.apache.org/r1628436 Log: Correct changelog Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1628440 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/JspC.java webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 13:28:33 2014 New Revision: 1628440 URL: http://svn.apache.org/r1628440 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=43001 Enable the JspC Ant task to set the JspC option mappedFile. Motivation: A really simple fix. The mappedFile option has

[Bug 43001] JspC lacks setMappedFile and setDie for use in Ant task

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43001 --- Comment #3 from Mark Thomas ma...@apache.org --- This has been fixed in 6.0.x and will be included in 6.0.42 onwards. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1628442 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/JDTCompiler.java webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 13:31:45 2014 New Revision: 1628442 URL: http://svn.apache.org/r1628442 Log: Fix a potential resource leak in JDTCompiler when checking whether a resource is a package. Reported by Coverity Scan. Modified: tomcat/tc6.0.x/trunk/ (props changed)

svn commit: r1628437 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/setclasspath.bat webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 13:26:10 2014 New Revision: 1628437 URL: http://svn.apache.org/r1628437 Log: Be more strict with executable filename on Windows (s/java/java.exe/). Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt

[Bug 56829] do not override _RUNJAVA and _RUNJDB environment variables if already defined

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1628435 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/setclasspath.bat bin/setclasspath.sh webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 13:23:25 2014 New Revision: 1628435 URL: http://svn.apache.org/r1628435 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Add the ability for users to define their own values for _RUNJAVA and _RUNJDB. Based on a patch by Neeme Praks. Modified:

svn commit: r1628445 - /tomcat/trunk/res/tomcat.nsi

2014-09-30 Thread kpreisser
Author: kpreisser Date: Tue Sep 30 14:09:12 2014 New Revision: 1628445 URL: http://svn.apache.org/r1628445 Log: Tomcat 8 needs Java 7 or later. Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL:

Re: digest.bat (RealmBase.main()) is broken in current Tomcat 8 trunk. Tomcat 8.0.14 is OK.

2014-09-30 Thread Konstantin Kolinko
2014-09-29 14:43 GMT+04:00 Mark Thomas ma...@apache.org: On 27/09/2014 15:52, Konstantin Kolinko wrote: Hi! 1). If I run any of the following: digest.bat -a foo digest.bat -a md5 foo () 4) The current javadoc for RealmBase.main() says that algorithm (-a) is not required and If not

svn commit: r1628475 - /tomcat/tc6.0.x/trunk/build.properties.default

2014-09-30 Thread jfclere
Author: jfclere Date: Tue Sep 30 16:13:01 2014 New Revision: 1628475 URL: http://svn.apache.org/r1628475 Log: ready for 6.0.42 Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified: tomcat/tc6.0.x/trunk/build.properties.default URL:

svn commit: r1628478 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_42/

2014-09-30 Thread jfclere
Author: jfclere Date: Tue Sep 30 16:15:02 2014 New Revision: 1628478 URL: http://svn.apache.org/r1628478 Log: Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag 6.0.42Tag

svn commit: r1628481 - /tomcat/tc6.0.x/trunk/build.properties.default

2014-09-30 Thread jfclere
Author: jfclere Date: Tue Sep 30 16:16:13 2014 New Revision: 1628481 URL: http://svn.apache.org/r1628481 Log: Ready for 6.0.43 :D Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified: tomcat/tc6.0.x/trunk/build.properties.default URL:

Re: Time for 6.0.42

2014-09-30 Thread jean-frederic clere
On 09/30/2014 01:16 PM, jean-frederic clere wrote: Hi, I plan to tag a 6.0.42 later today, objections? Status looks good now I will tag and process to the vote. Cheers Jean-Frederic - To unsubscribe, e-mail:

Re: svn commit: r1628481 - /tomcat/tc6.0.x/trunk/build.properties.default

2014-09-30 Thread Konstantin Kolinko
2014-09-30 20:16 GMT+04:00 jfcl...@apache.org: Author: jfclere Date: Tue Sep 30 16:16:13 2014 New Revision: 1628481 URL: http://svn.apache.org/r1628481 Log: Ready for 6.0.43 :D Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified:

svn commit: r1628517 - in /tomcat/trunk: java/org/apache/catalina/authenticator/SpnegoAuthenticator.java webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 19:15:33 2014 New Revision: 1628517 URL: http://svn.apache.org/r1628517 Log: Ensure SPNEGO authentication continues to work with the JNDI Realm using delegated credentials with recent Oracle JREs. Modified:

[Bug 57022] Tomcat Spnego authentication against Active Directory fails with Java 8

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57022 --- Comment #6 from Mark Thomas ma...@apache.org --- I've done a little svn archeology. Originally, the SPNEGO authenticate did call Realm.authenticate using Subject.doAs(). That was removed as it wasn't necessary early in the SPNEGO

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

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 19:48:42 2014 New Revision: 1628524 URL: http://svn.apache.org/r1628524 Log: Correct a couple of NPEs in the JNDI Realm that could be triggered with when not specifying a roleBase and enabling roleSearchAsUser. Modified:

[Bug 57022] Tomcat Spnego authentication against Active Directory fails with Java 8

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57022 --- Comment #7 from Detelin Yordanov detelinyorda...@gmail.com --- Thanks Mark, The patch I tested with that proved to work was similar, I have not done any tests with IBM JDK though. Should the following note in Windows Auth How-to be

svn commit: r1628532 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 20:00:05 2014 New Revision: 1628532 URL: http://svn.apache.org/r1628532 Log: Cosmetic changes only to align with trunk to aid trunk/7.0.x diffs Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java Modified:

svn commit: r1628534 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SpnegoAuthenticator.java webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 20:02:20 2014 New Revision: 1628534 URL: http://svn.apache.org/r1628534 Log: Ensure SPNEGO authentication continues to work with the JNDI Realm using delegated credentials with recent Oracle JREs. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 57022] Tomcat Spnego authentication against Active Directory fails with Java 8

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57022 --- Comment #8 from Mark Thomas ma...@apache.org --- This has now been fixed in 7.0.x for 7.0.57 onwards. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57022] Tomcat Spnego authentication against Active Directory fails with Java 8

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57022 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1628538 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 20:05:30 2014 New Revision: 1628538 URL: http://svn.apache.org/r1628538 Log: Correct a couple of NPEs in the JNDI Realm that could be triggered with when not specifying a roleBase and enabling roleSearchAsUser. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 20:10:18 2014 New Revision: 1628541 URL: http://svn.apache.org/r1628541 Log: Update docs as automatically setting the system property javax.security.auth.useSubjectCredsOnly was removed since it broke SPNEGO on IBM JREs. Modified:

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

2014-09-30 Thread markt
Author: markt Date: Tue Sep 30 20:11:35 2014 New Revision: 1628543 URL: http://svn.apache.org/r1628543 Log: Update docs as automatically setting the system property javax.security.auth.useSubjectCredsOnly was removed since it broke SPNEGO on IBM JREs. Modified: tomcat/tc7.0.x/trunk/

svn commit: r6697 - in /dev/tomcat/tomcat-6/v6.0.42: ./ bin/ bin/extras/ src/

2014-09-30 Thread jfclere
Author: jfclere Date: Tue Sep 30 20:46:23 2014 New Revision: 6697 Log: Stage 6.0.42RC Added: dev/tomcat/tomcat-6/v6.0.42/ dev/tomcat/tomcat-6/v6.0.42/KEYS dev/tomcat/tomcat-6/v6.0.42/README.html dev/tomcat/tomcat-6/v6.0.42/RELEASE-NOTES dev/tomcat/tomcat-6/v6.0.42/bin/

[VOTE] Release Apache Tomcat 6.0.42

2014-09-30 Thread jean-frederic clere
The proposed Apache Tomcat 6.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.42/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1023/ The svn tag is:

Re: [VOTE] Release Apache Tomcat 6.0.42

2014-09-30 Thread Konstantin Kolinko
2014-10-01 0:48 GMT+04:00 jean-frederic clere jfcl...@gmail.com: The proposed Apache Tomcat 6.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.42/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 6.0.42

2014-09-30 Thread jean-frederic clere
On 09/30/2014 10:54 PM, Konstantin Kolinko wrote: 2014-10-01 0:48 GMT+04:00 jean-frederic clere jfcl...@gmail.com: The proposed Apache Tomcat 6.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.42/ The Maven staging

svn commit: r1628551 - /tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default

2014-09-30 Thread jfclere
Author: jfclere Date: Tue Sep 30 21:29:46 2014 New Revision: 1628551 URL: http://svn.apache.org/r1628551 Log: bump in res/maven/mvn.properties.default too (thanks Konstantin). Modified: tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default Modified:

Re: svn commit: r1628481 - /tomcat/tc6.0.x/trunk/build.properties.default

2014-09-30 Thread jean-frederic clere
On 09/30/2014 06:56 PM, Konstantin Kolinko wrote: 2014-09-30 20:16 GMT+04:00 jfcl...@apache.org: Author: jfclere Date: Tue Sep 30 16:16:13 2014 New Revision: 1628481 URL: http://svn.apache.org/r1628481 Log: Ready for 6.0.43 :D Modified: tomcat/tc6.0.x/trunk/build.properties.default

[Bug 57047] New: Occasional failure in TestWsWebSocketContainer.testSmallTextBufferClientTextMessage test

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57047 Bug ID: 57047 Summary: Occasional failure in TestWsWebSocketContainer.testSmallTextBufferClientText Message test Product: Tomcat 7 Version: trunk

Re: [VOTE] Release Apache Tomcat 7.0.56

2014-09-30 Thread Konstantin Kolinko
2014-09-28 16:34 GMT+04:00 Violeta Georgieva violet...@apache.org: The proposed Apache Tomcat 7.0.56 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.56/ The Maven staging repo is:

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

2014-09-30 Thread kkolinko
Author: kkolinko Date: Tue Sep 30 23:44:42 2014 New Revision: 1628576 URL: http://svn.apache.org/r1628576 Log: Update link to GSS-API tutorial, Java 5 - Java 7. Add direct link to its troubleshooting page (it is useful, but it is not listed on its index page). Modified:

buildbot success in ASF Buildbot on tomcat-trunk

2014-09-30 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/501 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1628592 - 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-30 Thread olamy
Author: olamy Date: Wed Oct 1 04:02:59 2014 New Revision: 1628592 URL: http://svn.apache.org/r1628592 Log: minot formatting Modified: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java

svn commit: r1628591 - in /tomcat/maven-plugin/branches/tc8.x: pom.xml tomcat-maven-plugin-it/src/main/java/org/apache/tomcat/maven/it/AbstractWarProjectIT.java tomcat8-maven-plugin/src/main/java/org/

2014-09-30 Thread olamy
Author: olamy Date: Wed Oct 1 04:02:49 2014 New Revision: 1628591 URL: http://svn.apache.org/r1628591 Log: minor updates Modified: tomcat/maven-plugin/branches/tc8.x/pom.xml

svn commit: r1628603 - in /tomcat/maven-plugin/branches/tc8.x: ./ common-tomcat-maven-plugin/ tomcat-maven-archetype/ tomcat-maven-plugin-it/ tomcat6-maven-plugin/ tomcat7-maven-plugin/ tomcat7-war-ru

2014-09-30 Thread olamy
Author: olamy Date: Wed Oct 1 05:31:10 2014 New Revision: 1628603 URL: http://svn.apache.org/r1628603 Log: bump version to 3.0-SNAPSHOT Modified: tomcat/maven-plugin/branches/tc8.x/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/branches/tc8.x/pom.xml

[Bug 56397] Establish parallel Maven-based build process

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 Pierre Viret pierre.vi...@gmail.com changed: What|Removed |Added Attachment #32016|0 |1 is