[tomcat] branch 10.0.x updated: Additional fix for BZ 65118 - NPE on HTTP/2 prune

2022-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 547724770d Additional fix for BZ 65118 - NPE on H

[Bug 65118] Spurious null pointer exception in Http2UpgradeHandler when reloading web page

2022-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65118 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

[tomcat-connectors] branch main updated: Add request id to jk_ws_service_t

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 01b16b90e Add request id to jk_ws_service_

[tomcat-connectors] branch main updated: Provide jk_request_log adding request id to mod_jk error log lines

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new edb52b89f Provide jk_request_log adding re

[tomcat-connectors] branch main updated: Fix indentation

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 73a4cb358 Fix indentation 73a4cb358 is des

[tomcat-connectors] branch main updated: Initialize request id

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 162096293 Initialize request id 162096293

[tomcat-connectors] branch main updated: Standardize variable name for jk_ws_service_t args to "s".

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 29650817a Standardize variable name for jk

[tomcat-connectors] branch main updated: Add request id changelog item

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 5fcbc078e Add request id changelog item 5f

[tomcat-connectors] branch main updated: Allow to overwrite Apache env var used for request id by JkRequestIdIndicator config.

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 123cd57e6 Allow to overwrite Apache env va

[tomcat-connectors] branch main updated: Document JkRequestIdIndicator.

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new be306cbf9 Document JkRequestIdIndicator. b

[tomcat-connectors] branch main updated: Mention JkRequestIdIndicator in the changelog

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 8316172b4 Mention JkRequestIdIndicator in

[tomcat-connectors] branch main updated: Fix length for placeholder value

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new dbc963b83 Fix length for placeholder value

Request-ID added to mod_jk log

2022-05-27 Thread Rainer Jung
Hi all, I added logging of a request id to mod_jk log to ease correlation with other Apache logs, like the access log. It was motivated by a discussion with Chris, although the end result wasn't exactly what he liked most. Currently there is no useful ID logged for IIS, because I don't know h

[GitHub] [tomcat] jfclere commented on pull request #517: Fix BZ 66089

2022-05-27 Thread GitBox
jfclere commented on PR #517: URL: https://github.com/apache/tomcat/pull/517#issuecomment-1139658305 On 27/05/2022 08:58, Mark Thomas wrote: > @ChristopherSchultz The code you > referenced is decoding PKCS#1 format keys. Tomcat already handles th

Pointer deref typo in ISAPI redirector?

2022-05-27 Thread Rainer Jung
Hi there, I suspect there is a ponter deref typo in the source code of the ISAPI redirector. Suggested patch would be: diff --git a/native/iis/jk_isapi_plugin.c b/native/iis/jk_isapi_plugin.c index c0d7a4353..4978a0b85 100644 --- a/native/iis/jk_isapi_plugin.c +++ b/native/iis/jk_isapi_plugin.

Re: [tomcat-connectors] branch main updated: Standardize variable name for jk_ws_service_t args to "s".

2022-05-27 Thread Christopher Schultz
Rainer, On 5/27/22 8:44 AM, rj...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this pu

Re: Pointer deref typo in ISAPI redirector?

2022-05-27 Thread Christopher Schultz
Rainer, On 5/27/22 4:45 PM, Rainer Jung wrote: Hi there, I suspect there is a ponter deref typo in the source code of the ISAPI redirector. Suggested patch would be: diff --git a/native/iis/jk_isapi_plugin.c b/native/iis/jk_isapi_plugin.c index c0d7a4353..4978a0b85 100644 --- a/native/iis/jk

[tomcat-connectors] branch main updated: Remove outdated comment.

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new f88fa013d Remove outdated comment. f88fa01

Re: [tomcat-connectors] branch main updated: Standardize variable name for jk_ws_service_t args to "s".

2022-05-27 Thread Rainer Jung
Am 27.05.2022 um 23:03 schrieb Christopher Schultz: Rainer, On 5/27/22 8:44 AM, rj...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The followi

[tomcat-connectors] branch main updated: IIS: Fix non-empty check for the Translate header.

2022-05-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 0cd284fef IIS: Fix non-empty check for the

Re: Pointer deref typo in ISAPI redirector?

2022-05-27 Thread Rainer Jung
Am 27.05.2022 um 23:11 schrieb Christopher Schultz: Rainer, On 5/27/22 4:45 PM, Rainer Jung wrote: Hi there, I suspect there is a ponter deref typo in the source code of the ISAPI redirector. Suggested patch would be: diff --git a/native/iis/jk_isapi_plugin.c b/native/iis/jk_isapi_plugin.c