bugzilla | 1 Dec 01:31
Picon
Favicon

DO NOT REPLY [Bug 48285] ApplicationFilterFactory.matchDispatcher() fails to check ASYNC

https://issues.apache.org/bugzilla/show_bug.cgi?id=48285

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Mark Thomas <markt <at> apache.org> 2009-11-30 16:31:10 GMT ---
This was part of the Servlet 3.0 TODO list.
I have simplified the code in this area and added the necessary handling for
the ASYNC type.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:31
Picon
Favicon

DO NOT REPLY [Bug 48287] ApplicationContextFacade - generics fixes

https://issues.apache.org/bugzilla/show_bug.cgi?id=48287

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Mark Thomas <markt <at> apache.org> 2009-11-30 16:31:29 GMT ---
Fixed in trunk. Many thanks.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:31
Picon
Favicon

DO NOT REPLY [Bug 48288] Patch to fix generics in javax.el package helpers

https://issues.apache.org/bugzilla/show_bug.cgi?id=48288

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Mark Thomas <markt <at> apache.org> 2009-11-30 16:31:47 GMT ---
Fixed in trunk. Many thanks.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:32
Picon
Favicon

DO NOT REPLY [Bug 48289] ElSupport - Javadoc and generics fixes

https://issues.apache.org/bugzilla/show_bug.cgi?id=48289

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Mark Thomas <markt <at> apache.org> 2009-11-30 16:32:10 GMT ---
Fixed in trunk. Many thanks.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:32
Picon
Favicon

DO NOT REPLY [Bug 38797] 5.5.12 and 5.5.15 emit different code on <jsp:getProperty>

https://issues.apache.org/bugzilla/show_bug.cgi?id=38797

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #15 from Mark Thomas <markt <at> apache.org> 2009-11-30 16:32:44 GMT ---
Fixed in trunk. Many thanks.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:33
Picon
Favicon

DO NOT REPLY [Bug 46384] Due to missing synchronization, a member may disappear permanent.

https://issues.apache.org/bugzilla/show_bug.cgi?id=46384

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Mark Thomas <markt <at> apache.org> 2009-11-30 16:33:13 GMT ---
Fixed in trunk. Many thanks.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:33
Picon
Favicon

DO NOT REPLY [Bug 46950] SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested

https://issues.apache.org/bugzilla/show_bug.cgi?id=46950

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #13 from Mark Thomas <markt <at> apache.org> 2009-11-30 16:33:37 GMT ---
This has been applied to 5.5.x and will be included in 5.5.29 onwards.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:34
Picon
Favicon

DO NOT REPLY [Bug 37848] Inappropriate Output From catalina.sh When No Terminal Available

https://issues.apache.org/bugzilla/show_bug.cgi?id=37848

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Mark Thomas <markt <at> apache.org> 2009-11-30 16:34:04 GMT ---
The patch has been applied to 5.5.x and will be included in 5.5.29 onwards. It
has also been applied to 6.0.x and will be in 6.0.21 onwards.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:35
Picon
Favicon

DO NOT REPLY [Bug 48311] AprLifecycleListener: Bogus behaviour with Http11AprProtocol and java.library.path

https://issues.apache.org/bugzilla/show_bug.cgi?id=48311

--- Comment #1 from Hendrik Saly <phps <at> gmx.de> 2009-11-30 16:35:38 UTC ---
Seems that org.apache.tomcat.jni.SSL has no Field named TCN_MAJOR_VERSION as
expected in org.apache.catalina.core.AprLifecycleListener line 91-93.

This cause a java.lang.NoSuchFieldException: TCN_MAJOR_VERSION, caught by the
catch(Throwable t) in line 94 in org.apache.catalina.core.AprLifecycleListener.
APR gets loaded but worong message is generated: INFO: The Apache Tomcat Native
library which allows optimal performance in production environments was not
found on the java.library.path: /usr/lib ...

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Dec 01:36
Picon
Favicon

DO NOT REPLY [Bug 48311] AprLifecycleListener: Bogus behaviour with Http11AprProtocol and java.library.path

https://issues.apache.org/bugzilla/show_bug.cgi?id=48311

--- Comment #2 from Hendrik Saly <phps <at> gmx.de> 2009-11-30 16:36:11 UTC ---
This was originally attachment ID 24631 that was lost as part of the
issues.apache.org data loss on 2009-11-26/27.

Note that this attachment ID has since been re-used.

The original attachment comment was:

A first Patch

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Gmane