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
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
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
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
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/ (
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/ (
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
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
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
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:
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
>
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57333
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57335
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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:
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)
https://issues.apache.org/bugzilla/show_bug.cgi?id=57285
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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
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.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756
mart.bakh...@zeroturnaround.com changed:
What|Removed |Added
Status|RESOLVED|REOPENED
https://issues.apache.org/bugzilla/show_bug.cgi?id=57282
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #6 from Mark
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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
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.
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
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
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:
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57238
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
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:
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)
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324
Vamsi Krishna changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALI
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
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.
-
44 matches
Mail list logo