JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-09 Thread Rory O'Donnell
Hi Mark/Mladen, The initial changesets for JEP 220: Modular Run-Time Images [1] are available with JDK 9 early-access build 41 [2]. To summarize (please see the JEP for details): - The "jre" subdirectory is no longer present in JDK images. - The user-editable configuration files in

Re: svn commit: r1643766 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-12-09 Thread Mark Thomas
On 09/12/2014 07:10, Violeta Georgieva wrote: > Hi Mark, > > 2014-12-09 1:17 GMT+02:00 Mark Thomas : >> >> On 08/12/2014 09:04, violet...@apache.org wrote: >>> Author: violetagg >>> Date: Mon Dec 8 09:04:56 2014 >>> New Revision: 1643766 >>> >>> URL: http://svn.apache.org/r1643766 >>> Log: >>> Ex

svn commit: r1644013 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 09:56:22 2014 New Revision: 1644013 URL: http://svn.apache.org/r1644013 Log: Add a TODO for future reference Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot

svn commit: r1644017 - /tomcat/trunk/java/javax/el/BeanELResolver.java

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 10:29:51 2014 New Revision: 1644017 URL: http://svn.apache.org/r1644017 Log: Fix potential issue with BeanELresolver when running under a security manager. Some classes may not be accessible but may have accessible interfaces. Modified: tomcat/trunk/java/javax/e

svn commit: r1644018 - in /tomcat/tc8.0.x/trunk: ./ java/javax/el/BeanELResolver.java webapps/docs/changelog.xml

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 10:37:18 2014 New Revision: 1644018 URL: http://svn.apache.org/r1644018 Log: Fix potential issue with BeanELresolver when running under a security manager. Some classes may not be accessible but may have accessible interfaces. Modified: tomcat/tc8.0.x/trunk/ (

svn commit: r1644019 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/BeanELResolver.java webapps/docs/changelog.xml

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 10:38:48 2014 New Revision: 1644019 URL: http://svn.apache.org/r1644019 Log: Fix potential issue with BeanELresolver when running under a security manager. Some classes may not be accessible but may have accessible interfaces. Modified: tomcat/tc7.0.x/trunk/ (

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

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 10:49:04 2014 New Revision: 1644020 URL: http://svn.apache.org/r1644020 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=1644020&r1=1644019&r

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

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 10:50:07 2014 New Revision: 1644021 URL: http://svn.apache.org/r1644021 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=1644021&r1=1644020&r2=16

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

2014-12-09 Thread kkolinko
Author: kkolinko Date: Tue Dec 9 11:12:55 2014 New Revision: 1644023 URL: http://svn.apache.org/r1644023 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=1644023&r1=1644022&r2

[Bug 57333] New: page not submit

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57333 Bug ID: 57333 Summary: page not submit Product: Tomcat Native Version: 1.1.32 Hardware: PC Status: NEW Severity: critical Priority: P2 Component:

Re: svn commit: r1643912 - in /tomcat/trunk: build.properties.default build.xml res/patches/ res/patches/commons-logging-log4j2.patch

2014-12-09 Thread Mark Thomas
On 08/12/2014 21:58, Rainer Jung wrote: >> 3. Generally, I do not like as a long-term solution, as that >> tool is not available under Windows, unless you specifically configure >> it (needs update to BUILDING.txt)/ > > Any better idea? I can try to get the stuff in upstream jcl, but I think >

Re: svn commit: r1643766 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-12-09 Thread Violeta Georgieva
2014-12-09 11:53 GMT+02:00 Mark Thomas : > > On 09/12/2014 07:10, Violeta Georgieva wrote: > > Hi Mark, > > > > 2014-12-09 1:17 GMT+02:00 Mark Thomas : > >> > >> On 08/12/2014 09:04, violet...@apache.org wrote: > >>> Author: violetagg > >>> Date: Mon Dec 8 09:04:56 2014 > >>> New Revision: 1643766

[Bug 57333] page not submit

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57333 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Websocket client message processing

2014-12-09 Thread Rémy Maucherat
Hi, As part of the conntectToServer method, any message that could be present in the socket buffer would be processed inline and go to the message handler. Is that normal ? I have the impression reading the javadoc this method should just be doing the initial connection. Thanks, Rémy

[Bug 57335] New: Load Classes from a shared war

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57335 Bug ID: 57335 Summary: Load Classes from a shared war Product: Tomcat 7 Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 57335] Load Classes from a shared war

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57335 Costin Arsene changed: What|Removed |Added Component|Servlet & JSP API |Manager -- You are receiving this

[Bug 57335] Load Classes from a shared war

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

Re: Websocket client message processing

2014-12-09 Thread Mark Thomas
On 09/12/2014 17:08, Rémy Maucherat wrote: > Hi, > > As part of the conntectToServer method, any message that could be present > in the socket buffer would be processed inline and go to the message > handler. Is that normal ? I have the impression reading the javadoc this > method should just be d

[Bug 57335] Load Classes from a shared war

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57335 --- Comment #2 from Costin Arsene --- Thank you for your quick response. It will be very helpful if you can send me an example for Tomcat 8. I've searched the Tomcat 8 documentation and I couldn't find a concrete solution. Many thanks in

svn commit: r1644169 - in /tomcat/trunk: BUILDING.txt res/tomcat.nsi

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 20:27:14 2014 New Revision: 1644169 URL: http://svn.apache.org/r1644169 Log: Make sure Windows uninstaller runs with the required elevated privileges. Modified: tomcat/trunk/BUILDING.txt tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/BUILDING.txt URL:

svn commit: r1644174 - in /tomcat/tc8.0.x/trunk: ./ BUILDING.txt res/tomcat.nsi webapps/docs/changelog.xml

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 20:46:44 2014 New Revision: 1644174 URL: http://svn.apache.org/r1644174 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57285 Make sure Windows uninstaller runs with the required elevated privileges. Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 57285] No UAC prompt if Tomcat 8.0.15 uninstaller is launched via Start menu

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

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

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

[Bug 56756] VM argument javaagent is not working

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756 --- Comment #10 from mart.bakh...@zeroturnaround.com --- Created attachment 32278 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32278&action=edit sample application -- You are receiving this mail because: You are the assignee

[Bug 57142] JSP 2.3 & EL 3.0 - %page import directive & EL ImportHandler

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142 --- Comment #11 from Mark Thomas --- (In reply to Konstantin Kolinko from comment #9) > a) We could do some pre-processing of the imports. Not sure how much it would speed things up. Needs some testing to see if this part is a bottle neck.

[Bug 56756] VM argument javaagent is not working

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756 mart.bakh...@zeroturnaround.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 57282] request process UML diagram seems outdated

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57282 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #6 from Mark

[Bug 56756] VM argument javaagent is not working

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

svn commit: r1644201 - /tomcat/trunk/BUILDING.txt

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 22:01:52 2014 New Revision: 1644201 URL: http://svn.apache.org/r1644201 Log: Whitespace police. Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1644201&r1=1644200&r2=164420

svn commit: r1644203 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsFrameBase.java res/checkstyle/checkstyle.xml

2014-12-09 Thread markt
Author: markt Date: Tue Dec 9 22:09:34 2014 New Revision: 1644203 URL: http://svn.apache.org/r1644203 Log: Bug in generic whitespace checks has now been fixed so enabled the test. Fix a couple of issues the test highlights. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.

Re: Websocket client message processing

2014-12-09 Thread Rémy Maucherat
2014-12-09 20:47 GMT+01:00 Mark Thomas : > How would a message get into the socket buffer? The client needs a > session to write a message and it won't get one until connectToServer > returns. > > You misunderstood it, the client opens the connection, and the server sends back a message during onO

svn commit: r1644321 - in /tomcat/trunk/webapps/docs: index.xml project.xml security-howto.xml ssl-howto.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 03:11:00 2014 New Revision: 1644321 URL: http://svn.apache.org/r1644321 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 Updated SSL/TLS information for Tomcat 8/9 Patch by Glen Peterson Modified: tomcat/trunk/webapps/docs/index.xml tomca

svn commit: r1644323 - /tomcat/trunk/conf/server.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 03:15:50 2014 New Revision: 1644323 URL: http://svn.apache.org/r1644323 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 Update SSL/TLS comment in server.xml Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml URL:

svn commit: r1644324 - /tomcat/trunk/conf/server.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 03:19:24 2014 New Revision: 1644324 URL: http://svn.apache.org/r1644324 Log: Update comment in server.xml: there are no blocking connectors in Tomcat 9. Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml URL: http://svn.apache.org

svn commit: r1644331 - in /tomcat/trunk/webapps/docs: aio.xml config/ajp.xml config/http.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 03:52:39 2014 New Revision: 1644331 URL: http://svn.apache.org/r1644331 Log: Correct several places that mention blocking connectors that have been removed from Tomcat 9. Modified: tomcat/trunk/webapps/docs/aio.xml tomcat/trunk/webapps/docs/config/ajp.xm

svn commit: r1644333 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/index.xml webapps/docs/project.xml webapps/docs/security-howto.xml webapps/docs/ssl-howto.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 04:04:03 2014 New Revision: 1644333 URL: http://svn.apache.org/r1644333 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 Updated SSL/TLS information for Tomcat 8/9 Patch by Glen Peterson Merged r1644321 from tomcat/trunk. Modified: tomcat/tc

[Bug 57238] Updated SSL/TLS information for Tomcat 8/9

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1644334 - in /tomcat/tc8.0.x/trunk: ./ BUILDING.txt java/org/apache/tomcat/websocket/WsFrameBase.java res/checkstyle/checkstyle.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 04:11:30 2014 New Revision: 1644334 URL: http://svn.apache.org/r1644334 Log: Bug in generic whitespace checks has now been fixed so enabled the test. Fix a couple of issues the test highlights. Merged revisions r1644201, r1644203 from tomcat/trunk. Modified:

svn commit: r1644335 - in /tomcat/tc8.0.x/trunk: ./ conf/server.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 04:13:31 2014 New Revision: 1644335 URL: http://svn.apache.org/r1644335 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 Update SSL/TLS comment in server.xml Merged r1644323 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1644336 - in /tomcat/tc8.0.x/trunk/webapps/docs/config: ajp.xml http.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 04:27:45 2014 New Revision: 1644336 URL: http://svn.apache.org/r1644336 Log: Clarify which of the two non-blocking java connector implementations is selected by default. Correct header in connectors comparison table (it labeled Nio[2] as blocking). Partial backp

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324 --- Comment #5 from Vamsi Krishna --- Created attachment 32279 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32279&action=edit Issue seen with Tomcat 7.0.57 Wireshark trace with Tomcat 7.0.57 using my test code. -- You are r

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324 Vamsi Krishna changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALI

svn commit: r1644339 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/index.xml webapps/docs/project.xml webapps/docs/security-howto.xml webapps/docs/ssl-howto.xml

2014-12-09 Thread kkolinko
Author: kkolinko Date: Wed Dec 10 05:50:59 2014 New Revision: 1644339 URL: http://svn.apache.org/r1644339 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 Update information on SSL/TLS on Security and SSL documentation pages. Patch by Glen Peterson minus mention of OpenSSL syntax

[Bug 57238] Updated SSL/TLS information for Tomcat 8/9

2014-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 --- Comment #8 from Konstantin Kolinko --- Applied to Tomcat 7 as well (r1644339), will be in 7.0.58. -- You are receiving this mail because: You are the assignee for the bug. -