Hi Mark,
is there a Changelog available?
Thanks
Martin
On Wed, Sep 6, 2023 at 4:29 PM Mark Thomas wrote:
> Hi all,
>
> After a long period of inactivity we have had some bug fixes for mod_jk
> so I am planning a Tomcat Connectors tag shortly.
>
> I need to run through my pre-tag checks and I'
Should have gone to the list.
I think the mod_jk build process does not make it available online like
the Tomcat one does, but here's the current section:
Changes between 1.2.48 and 1.2.49
Apache
* Update: Retrieve default request id from mod_unique_id. It can also
be taken
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 26272b8ad4 Avoid possible NPE
26272b8ad4 is described
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 5c3e4730be Avoid possible NPE
5c3e4730be is descri
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 3189da5d00 Avoid possible NPE
3189da5d00 is describe
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new b8f935815b Avoid possible NPE
b8f935815b is describe
On Thu, Sep 7, 2023 at 10:05 AM Rainer Jung wrote:
> Should have gone to the list.
>
> I think the mod_jk build process does not make it available online like
> the Tomcat one does, but here's the current section:
>
>
> Changes between 1.2.48 and 1.2.49
>
>
> Apache
>
> * Update:
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
from 3ad622409 Skip the menu when processing news into text
new b9af887a0 Updates paths
new 1eb1858a3 Upd
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
commit 1eb1858a3f7aed64963f2e2c40dfef1668501e00
Author: Mark Thomas
AuthorDate: Thu Sep 7 13:24:04 2023 +0100
Upda
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
commit b9af887a077ddfa7243395cabdd8ab91e3955ef5
Author: Mark Thomas
AuthorDate: Thu Sep 7 13:22:24 2023 +0100
Upda
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
commit 963347be02958f1a792a177deea1729a4d704c97
Author: Mark Thomas
AuthorDate: Thu Sep 7 13:26:02 2023 +0100
Upda
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 7af1a7586a Locking cleanup
7af1a7586a is described bel
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 7fd80083ec Locking cleanup
7fd80083ec is described
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 5f76adcf66 Locking cleanup
5f76adcf66 is described b
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new e40bd00bb6 Locking cleanup
e40bd00bb6 is described b
anuragdy opened a new pull request, #666:
URL: https://github.com/apache/tomcat/pull/666
Fixes [67080](https://bz.apache.org/bugzilla/show_bug.cgi?id=67080).
Tested the speed using following Test Code -
```
package com.amazon.weblab;
import java.util.Arrays;
im
https://bz.apache.org/bugzilla/show_bug.cgi?id=67080
--- Comment #5 from Anurag Dubey ---
Create Pull Request for the proposed change, have also shared the performance
comparison for Old vs Switch implementation vs Hashmap implementation -
https://github.com/apache/tomcat/pull/666
--
You are re
https://bz.apache.org/bugzilla/show_bug.cgi?id=67080
--- Comment #6 from John Engebretson ---
Anurag's solution is clearly faster than mine, I like it.
--
You are receiving this mail because:
You are the assignee for the bug.
-
michael-o commented on code in PR #666:
URL: https://github.com/apache/tomcat/pull/666#discussion_r1318844150
##
java/javax/servlet/jsp/el/ImplicitObjectELResolver.java:
##
@@ -44,31 +44,32 @@
* @since JSP 2.1
*/
public class ImplicitObjectELResolver extends ELResolver {
+
https://bz.apache.org/bugzilla/show_bug.cgi?id=67293
Bug ID: 67293
Summary: WsRemoteEndpointImplBase throws IllegalStateException:
WebSocket session has been closed
Product: Tomcat 10
Version: 10.1.11
Hardware: PC
anuragdy commented on code in PR #666:
URL: https://github.com/apache/tomcat/pull/666#discussion_r1319322612
##
java/javax/servlet/jsp/el/ImplicitObjectELResolver.java:
##
@@ -44,31 +44,32 @@
* @since JSP 2.1
*/
public class ImplicitObjectELResolver extends ELResolver {
+
21 matches
Mail list logo