[Bug 56669] New: StandardContext.loadOnStartup() changed its signature in 8.0.9

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56669 Bug ID: 56669 Summary: StandardContext.loadOnStartup() changed its signature in 8.0.9 Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux

[Bug 56670] New: Tomcat 8.0.9 embedded poms on Maven Central include dependency on ecj version that isn't resolvable

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56670 Bug ID: 56670 Summary: Tomcat 8.0.9 embedded poms on Maven Central include dependency on ecj version that isn't resolvable Product: Tomcat 8 Version: trunk Hardware:

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 Violeta Georgieva violet...@apache.org changed: What|Removed |Added CC|

[Bug 56670] Tomcat 8.0.9 embedded poms on Maven Central include dependency on ecj version that isn't resolvable

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56670 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Possible TomEE release news?

2014-06-25 Thread jean-frederic clere
On 24/06/14 20:02, David Blevins wrote: Wonder what people's thoughts are about possibly including TomEE releases in the Tomcat news feed on occasion? Having some mention of TomEE on tomcat.apache.org would be nice -- most users still do not know it exists. However, I've never mentioned it

[Bug 56669] StandardContext.loadOnStartup() changed its signature in 8.0.9

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

svn commit: r1605293 - in /tomcat/trunk: RELEASE-NOTES webapps/docs/changelog.xml

2014-06-25 Thread markt
Author: markt Date: Wed Jun 25 08:48:32 2014 New Revision: 1605293 URL: http://svn.apache.org/r1605293 Log: Update the API stability section of the release notes now that Tomcat 8 has had its first stable release. Modified: tomcat/trunk/RELEASE-NOTES

[Bug 56669] StandardContext.loadOnStartup() changed its signature in 8.0.9

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56669 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- (The specific change mentioned here is r1595690 changing return type s/void/boolean/) 3. This kind of a signature change cannot be reverted in a forward-compatible way.

Re: Possible TomEE release news?

2014-06-25 Thread Konstantin Kolinko
2014-06-24 22:02 GMT+04:00 David Blevins david.blev...@gmail.com: Wonder what people's thoughts are about possibly including TomEE releases in the Tomcat news feed on occasion? Having some mention of TomEE on tomcat.apache.org would be nice -- most users still do not know it exists.

[Bug 56668] Restarting Tomcat fails to load versioned webapp

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56668 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

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

svn commit: r1605402 - in /tomcat/trunk: java/org/apache/tomcat/util/descriptor/web/WebXml.java webapps/docs/changelog.xml

2014-06-25 Thread violetagg
Author: violetagg Date: Wed Jun 25 13:48:17 2014 New Revision: 1605402 URL: http://svn.apache.org/r1605402 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56665 Correct the generation of the effective web.xml when elements contain an empty string as value. Modified:

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 --- Comment #8 from Remy Maucherat r...@apache.org --- I'd vote c), then e). If Eclipse delays its releases by a couple weeks, it shouldn't be the end of the world if Tomcat does the same thing, right ? -- You are receiving this mail

svn commit: r1605405 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/WebXml.java webapps/docs/changelog.xml

2014-06-25 Thread violetagg
Author: violetagg Date: Wed Jun 25 13:54:01 2014 New Revision: 1605405 URL: http://svn.apache.org/r1605405 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56665 Merged revision 1605402 from tomcat/trunk: Correct the generation of the effective web.xml when elements contain an empty

[Bug 56665] XML schema validation exception for effective web.xml generated for servlet-mapping with empty url-pattern

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56665 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 --- Comment #9 from Mark Thomas ma...@apache.org --- (In reply to Remy Maucherat from comment #8) I'd vote c), then e). If Eclipse delays its releases by a couple weeks, it shouldn't be the end of the world if Tomcat does the same thing,

svn commit: r1605417 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

2014-06-25 Thread markt
Author: markt Date: Wed Jun 25 14:20:05 2014 New Revision: 1605417 URL: http://svn.apache.org/r1605417 Log: Fix copy/paste error in r1605054 Control messages should be read into the control message buffer Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java Modified:

svn commit: r1605418 - /tomcat/trunk/RELEASE-NOTES

2014-06-25 Thread markt
Author: markt Date: Wed Jun 25 14:24:48 2014 New Revision: 1605418 URL: http://svn.apache.org/r1605418 Log: whitespace Modified: tomcat/trunk/RELEASE-NOTES Modified: tomcat/trunk/RELEASE-NOTES URL:

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 --- Comment #10 from Remy Maucherat r...@apache.org --- I have nothing against doing e), no problem. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 Martin Schelldorfer schelldor...@gmail.com changed: What|Removed |Added CC|

Re: Possible TomEE release news?

2014-06-25 Thread Christopher Schultz
David, On 6/24/14, 2:02 PM, David Blevins wrote: Wonder what people's thoughts are about possibly including TomEE releases in the Tomcat news feed on occasion? Having some mention of TomEE on tomcat.apache.org would be nice -- most users still do not know it exists. However, I've never

[Bug 56143] Allow service.bat install to be used in an non-UAC cmd.exe session

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56143 --- Comment #4 from Abdul Wahid aalaud...@ebix.com --- Hi Konstantin, I am getting permission issue only for tomcat service while installing TOMCAT 7 on windows 2000 server. I logged into the server with Administrator privileges. Please

svn commit: r1605427 - in /tomcat/site/trunk: ./ docs/ xdocs/

2014-06-25 Thread markt
Author: markt Date: Wed Jun 25 14:43:12 2014 New Revision: 1605427 URL: http://svn.apache.org/r1605427 Log: Update for 8.0.9 release (excluding docs) Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-80.html

svn commit: r5674 - /release/tomcat/tomcat-8/v8.0.8/

2014-06-25 Thread markt
Author: markt Date: Wed Jun 25 14:43:59 2014 New Revision: 5674 Log: Drop the 8.0.8 release Removed: release/tomcat/tomcat-8/v8.0.8/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: Possible TomEE release news?

2014-06-25 Thread Rémy Maucherat
2014-06-24 20:02 GMT+02:00 David Blevins david.blev...@gmail.com: Wonder what people's thoughts are about possibly including TomEE releases in the Tomcat news feed on occasion? Having some mention of TomEE on tomcat.apache.org would be nice -- most users still do not know it exists.

[Bug 56672] New: Error 503 while restarting any Tomcat node (load balanced)

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56672 Bug ID: 56672 Summary: Error 503 while restarting any Tomcat node (load balanced) Product: Tomcat Connectors Version: 1.2.40 Hardware: PC Status: NEW

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-06-25 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/157 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1605449 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2014-06-25 Thread markt
Author: markt Date: Wed Jun 25 15:25:09 2014 New Revision: 1605449 URL: http://svn.apache.org/r1605449 Log: Update docs for 8.0.9 release [This commit notification would consist of 251 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 --- Comment #2 from jeffrey.jan...@polydyne.com --- This is CVE-2014-0224. It's caused my rating on Qualys SSL test to drop from an A+ to an F. Is there any way to mitigate the vulnerability? Mladen? Any chance you could roll us out a new

[Bug 56672] Error 503 while restarting any Tomcat node (load balanced)

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

svn commit: r1605454 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ webapps/docs/

2014-06-25 Thread markt
Author: markt Date: Wed Jun 25 15:52:29 2014 New Revision: 1605454 URL: http://svn.apache.org/r1605454 Log: Handle preference selection for multiple extension headers with the same name Tighten up parameter validation for permessage-deflate Modified:

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56027 Simon Mijolovic smijolo...@nutanix.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56027 Simon Mijolovic smijolo...@nutanix.com changed: What|Removed |Added CC|

svn commit: r1605528 - in /tomcat/trunk: ./ res/ide-support/eclipse/ res/ide-support/netbeans/ res/maven/ webapps/docs/

2014-06-25 Thread violetagg
Author: violetagg Date: Wed Jun 25 18:02:49 2014 New Revision: 1605528 URL: http://svn.apache.org/r1605528 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56543 Update to the Eclipse JDT Compiler 4.4 Modified: tomcat/trunk/build.properties.default

svn commit: r1605534 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default res/ide-support/eclipse/eclipse.classpath res/maven/tomcat-embed-jasper.pom res/maven/tomcat-jasper.pom webapps/docs/change

2014-06-25 Thread violetagg
Author: violetagg Date: Wed Jun 25 18:14:35 2014 New Revision: 1605534 URL: http://svn.apache.org/r1605534 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56543 Merged revision 1605528 from tomcat/trunk: Update to the Eclipse JDT Compiler 4.4 Modified: tomcat/tc7.0.x/trunk/

[Bug 56543] Jasper fails to compile JSP pages when running with JDK 1.8

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56543 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1605561 - in /tomcat/trunk: build.xml java/org/apache/tomcat/buildutil/SignCode.java

2014-06-25 Thread markt
Author: markt Date: Wed Jun 25 19:11:03 2014 New Revision: 1605561 URL: http://svn.apache.org/r1605561 Log: Add the initial hooks to get the Windows binaries signed by Symantec's code signing service. This work is still at the evaluation stage. Added:

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 --- Comment #11 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Mark Thomas from comment #7) I think e) is not possible, because Eclipse uses a different license. An additional idea: g) Remove that dependency. (At least

Re: svn commit: r1605561 - in /tomcat/trunk: build.xml java/org/apache/tomcat/buildutil/SignCode.java

2014-06-25 Thread Konstantin Kolinko
2014-06-25 23:11 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Jun 25 19:11:03 2014 New Revision: 1605561 URL: http://svn.apache.org/r1605561 Log: Add the initial hooks to get the Windows binaries signed by Symantec's code signing service. This work is still at the evaluation

RE: [Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2014-06-25 Thread Robert Sanders
I tested TCN 1_1_30 with Tomcat 6 (which our app uses) and everything appears to work just fine. I haven't updated our install to try working with Tomcat 7. This is on a CentOS 6.5 (yum updated) box with fips mode enabled at boot, and a server.xml similar to yours. Just looking quickly at

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 --- Comment #3 from Klemen Novak klemen.no...@mikrocop.com --- Is there anyone working on this problem? Please fix the issue as soon as possible. Thank you. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 --- Comment #12 from Mark Thomas ma...@apache.org --- (In reply to Konstantin Kolinko from comment #11) (In reply to Mark Thomas from comment #7) I think e) is not possible, because Eclipse uses a different license. The license looks

Re: svn commit: r1605561 - in /tomcat/trunk: build.xml java/org/apache/tomcat/buildutil/SignCode.java

2014-06-25 Thread Mark Thomas
On 25/06/2014 20:26, Konstantin Kolinko wrote: 2014-06-25 23:11 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Jun 25 19:11:03 2014 New Revision: 1605561 URL: http://svn.apache.org/r1605561 Log: Add the initial hooks to get the Windows binaries signed by Symantec's code signing

[Bug 56673] New: Tomcat Websocket 8.0.8 Java Standalone Client Session.getId() returns 0

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56673 Bug ID: 56673 Summary: Tomcat Websocket 8.0.8 Java Standalone Client Session.getId() returns 0 Product: Tomcat 8 Version: 8.0.8 Hardware: PC Status: NEW

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Klemen Novak from comment #3) Is there anyone working on this problem? One person, and it looks that it is not going very well. The progress is discussed in

[Bug 56143] Allow service.bat install to be used in an non-UAC cmd.exe session

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56143 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Abdul Wahid from comment #4) You are asking on a different topic. Your question cannot be answered here. -- You are receiving this mail because: You are the

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 --- Comment #5 from jeffrey.jan...@polydyne.com --- I went ahead and downloaded MS Visual Studio Express today in hopes of trying to do my own build based on Mladen's instructions in Bug 56363. Unfortunately, I'm juggling a half-dozen other

[Bug 56673] Tomcat Websocket 8.0.8 Java Standalone Client Session.getId() returns 0

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56673 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

[Bug 56649] Concurrent issue of TagFileProcessor

2014-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649 --- Comment #4 from Daniel Koh howeverk...@gmail.com --- (In reply to Mark Thomas from comment #2) The JSP servlet is not designed to support more than one instance per web application. Before this gets resolved as invalid (possibly with