[jira] [Reopened] (MTOMCAT-252) User is not logged in as current user

2013-12-20 Thread ram (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ram reopened MTOMCAT-252: - > User is not logged in as current user > - > > Key: MTOMCAT-252

[jira] [Closed] (MTOMCAT-252) User is not logged in as current user

2013-12-20 Thread ram (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ram closed MTOMCAT-252. --- where you tested.. > User is not logged in as current user > - > >

[jira] [Resolved] (MTOMCAT-252) User is not logged in as current user

2013-12-20 Thread ram (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ram resolved MTOMCAT-252. - Resolution: Fixed > User is not logged in as current user > - > >

[jira] [Reopened] (MTOMCAT-252) User is not logged in as current user

2013-12-20 Thread ram (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ram reopened MTOMCAT-252: - > User is not logged in as current user > - > > Key: MTOMCAT-252

[jira] [Resolved] (MTOMCAT-252) User is not logged in as current user

2013-12-20 Thread ram (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ram resolved MTOMCAT-252. - Resolution: Fixed Fix Version/s: 2.0-beta-1 where you fixed > User is not logged in as current user > -

[jira] [Created] (MTOMCAT-252) User is not logged in as current user

2013-12-20 Thread ram (JIRA)
ram created MTOMCAT-252: --- Summary: User is not logged in as current user Key: MTOMCAT-252 URL: https://issues.apache.org/jira/browse/MTOMCAT-252 Project: Apache Tomcat Maven Plugin Issue Type: Bug

[jira] [Created] (MTOMCAT-251) User is not logged in as current user

2013-12-20 Thread ram (JIRA)
ram created MTOMCAT-251: --- Summary: User is not logged in as current user Key: MTOMCAT-251 URL: https://issues.apache.org/jira/browse/MTOMCAT-251 Project: Apache Tomcat Maven Plugin Issue Type: Bug

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-12-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1661 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-20 Thread Yoav Shapira
On Thu, Dec 19, 2013 at 1:38 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.0 release candidate 10 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. The main changes since RC5 are: > - Better handling of gen

buildbot failure in ASF Buildbot on tomcat-trunk

2013-12-20 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/5355 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1552829 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/xmlparser/ParserUtils.java

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 22:25:51 2013 New Revision: 1552829 URL: http://svn.apache.org/r1552829 Log: CTR: No functional change. Align 6.0.x closer to 7.0.x to make diffs clearer Whitespace changes Variable rename Remove unused variable Modified: tomcat/tc6.0.x/trunk/java/org/apache/jas

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-12-20 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/1660 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

svn commit: r1552826 - in /tomcat/tc7.0.x/trunk: java/org/apache/jasper/xmlparser/ParserUtils.java webapps/docs/changelog.xml

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 22:13:33 2013 New Revision: 1552826 URL: http://svn.apache.org/r1552826 Log: Correct a regression in the XML refactoring that meant that errors in TLD files were swallowed. Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/xmlparser/ParserUtils.java tom

[Bug 55917] Cookie parsing fails hard with ISO-8859-1 values

2013-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55917 Jeremy Boynes changed: What|Removed |Added Component|Connectors |Connectors Product|Tomc

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-12-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1659 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

[Bug 55917] Cookie parsing fails hard with ISO-8859-1 values

2013-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55917 --- Comment #3 from Mark Thomas --- If we do revisit cookie parsing we should keep RFC6265 in mind as well as the fact that Tomcat moved to a strict adherence to the cookie specs in order to avoid a number of potential security issues. --

[Bug 55917] Cookie parsing fails hard with ISO-8859-1 values

2013-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55917 --- Comment #2 from Mark Thomas --- This simple patch is not acceptable as it does not retain the limitation that cookie names must be tokens. Now might be the time to re-write the cookie parsing using the HttpParser. Given the 'fun' we h

svn commit: r1552806 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 20:33:16 2013 New Revision: 1552806 URL: http://svn.apache.org/r1552806 Log: Add missing tag Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/tr

[Bug 55917] Cookie parsing fails hard with ISO-8859-1 values

2013-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55917 --- Comment #1 from Jeremy Boynes --- Created attachment 31139 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31139&action=edit Fix to allow chars in the range 0xa0-0xff Patch allows characters in the range 0xA0-0xFF (so it con

svn commit: r1552805 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/Response.java webapps/docs/changelog.xml

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 20:21:56 2013 New Revision: 1552805 URL: http://svn.apache.org/r1552805 Log: Avoid possible NPE when no charset is specified Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/Response.java tomcat/tc7.0.x/trunk/

[Bug 55917] New: Cookie parsing fails hard with ISO-8859-1 values

2013-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55917 Bug ID: 55917 Summary: Cookie parsing fails hard with ISO-8859-1 values Product: Tomcat 7 Version: trunk Hardware: All OS: All Status: NEW Severity:

svn commit: r1552804 - /tomcat/trunk/java/org/apache/coyote/Response.java

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 20:19:50 2013 New Revision: 1552804 URL: http://svn.apache.org/r1552804 Log: Avoid possible NPE Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1552795 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 19:50:51 2013 New Revision: 1552795 URL: http://svn.apache.org/r1552795 Log: CTR: No functional change Re-ordering and whitespace changes to make diffs against 7.0.x easier Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java Modif

svn commit: r1552773 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/digester/Digester.java

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 18:09:02 2013 New Revision: 1552773 URL: http://svn.apache.org/r1552773 Log: CTR. No functional change. Make it easier to diff against 7.0.x. Comment fixes. Whitespace alignment. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/digester/Digester.java

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-20 Thread Rémy Maucherat
2013/12/19 Mark Thomas > The proposed 8.0.0-RC10 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 8.0.0-RC10 alpha > > Rémy

Re: [VOTE] Release Apache Tomcat 7.0.50

2013-12-20 Thread Ognjen Blagojevic
Violeta, On 20.12.2013 13:52, Violeta Georgieva wrote: The proposed 7.0.50 release is: [X] Broken - do not release [ ] Stable - go ahead and release as 7.0.50 Stable My vote is non-binding. NIO connector fails during smoke tests from time to time (one failed request on every ~5000). I smoke

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-20 Thread Mark Thomas
On 20/12/2013 12:36, Rainer Jung wrote: > Can you please add the signature files for > apache-tomcat-8.0.0-RC10.tar.gz and apache-tomcat-8.0.0-RC10.zip. The > other signature files are present, but not for those two files. Done. No idea how they got missed. I'll keep an eye on the next release. M

svn commit: r3958 - in /dev/tomcat/tomcat-8/v8.0.0-RC10/bin: apache-tomcat-8.0.0-RC10.tar.gz.asc apache-tomcat-8.0.0-RC10.zip.asc

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 12:54:00 2013 New Revision: 3958 Log: Add missing signatures Added: dev/tomcat/tomcat-8/v8.0.0-RC10/bin/apache-tomcat-8.0.0-RC10.tar.gz.asc dev/tomcat/tomcat-8/v8.0.0-RC10/bin/apache-tomcat-8.0.0-RC10.zip.asc Added: dev/tomcat/tomcat-8/v8.0.0-RC10/bin/apach

svn commit: r3958 - in /dev/tomcat/tomcat-8/v8.0.0-RC10/bin: apache-tomcat-8.0.0-RC10.tar.gz.asc apache-tomcat-8.0.0-RC10.zip.asc

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 12:54:00 2013 New Revision: 3958 Log: Add missing signatures Added: dev/tomcat/tomcat-8/v8.0.0-RC10/bin/apache-tomcat-8.0.0-RC10.tar.gz.asc dev/tomcat/tomcat-8/v8.0.0-RC10/bin/apache-tomcat-8.0.0-RC10.zip.asc Added: dev/tomcat/tomcat-8/v8.0.0-RC10/bin/apach

[VOTE] Release Apache Tomcat 7.0.50

2013-12-20 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.50 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.50/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-004/ The svn tag is: http://svn.apache.org/r

svn commit: r3957 [2/2] - in /dev/tomcat/tomcat-7/v7.0.50: ./ bin/ bin/embed/ bin/extras/ src/

2013-12-20 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.50/bin/extras/tomcat-juli-adapters.jar.asc == --- dev/tomcat/tomcat-7/v7.0.50/bin/extras/tomcat-juli-adapters.jar.asc (added) +++ dev/tomcat/tomcat-7/v7.0.50/bin/extras/tomcat-juli-adapters.j

svn commit: r3957 [2/2] - in /dev/tomcat/tomcat-7/v7.0.50: ./ bin/ bin/embed/ bin/extras/ src/

2013-12-20 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.50/bin/extras/tomcat-juli-adapters.jar.asc == --- dev/tomcat/tomcat-7/v7.0.50/bin/extras/tomcat-juli-adapters.jar.asc (added) +++ dev/tomcat/tomcat-7/v7.0.50/bin/extras/tomcat-juli-adapters.j

[Bug 55915] New: Add EECDH support to tcnative-1.dll

2013-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 Bug ID: 55915 Summary: Add EECDH support to tcnative-1.dll Product: Tomcat Native Version: 1.1.29 Hardware: All OS: All Status: NEW Severity: normal

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-20 Thread Rainer Jung
Can you please add the signature files for apache-tomcat-8.0.0-RC10.tar.gz and apache-tomcat-8.0.0-RC10.zip. The other signature files are present, but not for those two files. Thanks! Rainer - To unsubscribe, e-mail: dev-unsubs

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

2013-12-20 Thread kkolinko
Author: kkolinko Date: Fri Dec 20 12:11:33 2013 New Revision: 1552607 URL: http://svn.apache.org/r1552607 Log: votes 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=1552607&r1=1552606&r

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-20 Thread Jeanfrancois Arcand
On 2013-12-19 1:38 PM, Mark Thomas wrote: The proposed 8.0.0-RC10 release is: [ ] Broken - do not release [X] Alpha - go ahead and release as 8.0.0-RC10 alpha Tested jsr356 & AsyncContext with Atmosphere, no issue. -- Jeanfrancois Mark ---

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

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 11:58:21 2013 New Revision: 1552602 URL: http://svn.apache.org/r1552602 Log: Update the proposal with a new patch. Remove the comments that refer to the issue (completed TODO should have been removed) that has been resolved in the new patch Modified: tomcat/tc6

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

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 11:36:36 2013 New Revision: 1552597 URL: http://svn.apache.org/r1552597 Log: Respond to review comments 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=15

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

2013-12-20 Thread kkolinko
Author: kkolinko Date: Fri Dec 20 11:16:51 2013 New Revision: 1552596 URL: http://svn.apache.org/r1552596 Log: vote 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=1552596&r1=1552595&r2

svn commit: r1552565 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 09:43:33 2013 New Revision: 1552565 URL: http://svn.apache.org/r1552565 Log: Better adherence to RFC2616 for content-length headers. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/tc6

[Bug 55266] Trailing slash redirect loses jsessionid attribute

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

svn commit: r1552563 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 09:41:18 2013 New Revision: 1552563 URL: http://svn.apache.org/r1552563 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55266 Parse session ID before redirect as session ID may need to be encoded Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/t

buildbot success in ASF Buildbot on tomcat-6-trunk

2013-12-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-6-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/584 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

[Bug 55268] daemon.sh only waits for 10 seconds

2013-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55268 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2013-12-20 Thread markt
Author: markt Date: Fri Dec 20 09:26:41 2013 New Revision: 1552554 URL: http://svn.apache.org/r1552554 Log: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55268 Back-port of r1503852 from Tomcat 7.0.x. Add optional --service-start-wait-time command-line option to bin/daemon.sh to change

Re: [Feature Request] Is there any chance for Tomcat to support user-defined tcp protocol?

2013-12-20 Thread Mark Thomas
On 20/12/2013 06:13, fulin tang wrote: > Hi, there: > > We are using Tomcat a lot in our production environment, mainly for http > rest apis. (A lot here means over a thousand instances), and we have just > upgraded to 7.0.25 from 6.0.32 last month. > > And meanwhile, we are developing our own RP

svn commit: r3955 [2/2] - in /dev/tomcat/tomcat-8: v8.0.0-RC10/ v8.0.0-RC10/bin/ v8.0.0-RC10/bin/embed/ v8.0.0-RC10/bin/extras/ v8.0.0-RC10/src/ v8.0.0-RC9/

2013-12-20 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.0-RC10/src/apache-tomcat-8.0.0-RC10-src.zip.asc == --- dev/tomcat/tomcat-8/v8.0.0-RC10/src/apache-tomcat-8.0.0-RC10-src.zip.asc (added) +++ dev/tomcat/tomcat-8/v8.0.0-RC10/src/apache-tomcat-

svn commit: r3955 [2/2] - in /dev/tomcat/tomcat-8: v8.0.0-RC10/ v8.0.0-RC10/bin/ v8.0.0-RC10/bin/embed/ v8.0.0-RC10/bin/extras/ v8.0.0-RC10/src/ v8.0.0-RC9/

2013-12-20 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.0-RC10/src/apache-tomcat-8.0.0-RC10-src.zip.asc == --- dev/tomcat/tomcat-8/v8.0.0-RC10/src/apache-tomcat-8.0.0-RC10-src.zip.asc (added) +++ dev/tomcat/tomcat-8/v8.0.0-RC10/src/apache-tomcat-

[Bug 55903] tomcat7-mango service on server is stopped unexpectedly and there is a java core file

2013-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55903 --- Comment #4 from Mark Thomas --- (In reply to Christopher Schultz from comment #3) > Please don't attach the core file. Instead, attach the entire text of the > JVM dump file -- the one that starts like this: That file was already attac

Re: Code signing trial - volunteers wanted

2013-12-20 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/12/2013 03:20, Christopher Schultz wrote: > Mark, > > On 12/17/13, 7:24 PM, Mark Thomas wrote: >> The infrastructure team is about to start a trial of a code >> signing service provided by Symantec. Tomcat is going to be the >> guinea pig for

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-20 Thread Mark Thomas
On 20/12/2013 01:40, Andrew Carr wrote: > On Thu, Dec 19, 2013 at 3:04 PM, sebb wrote: >> On 19 December 2013 18:38, Mark Thomas wrote: >>> The proposed Apache Tomcat 8.0.0 release candidate 10 is now available >>> for voting. >>> >>> Given this is a release candidate I am working on the basis th