[Bug 67793] FORM authenticator does not remember original max inactive interval in all use-cases

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793 --- Comment #5 from Channa --- Thank you for the fix. Would like to know, When Tomcat version 9.0.83 is available ? Thanks Channa -- You are receiving this mail because: You are the assignee for the bug.

Re: (tomcat) branch main updated: Update BND to 7.0.0

2023-11-06 Thread Michael Osipov
On 2023/11/05 10:10:20 Mark Thomas wrote: > On 03/11/2023 15:07, Michael Osipov wrote: > > On 2023/11/03 11:57:56 Mark Thomas wrote: > >> On 03/11/2023 09:26, Michael Osipov wrote: > >>> This change now completely missed to enfore Java 17 on < 11 and opt-in to > >>> skip the required during tests

Re: (tomcat) branch main updated: Update BND to 7.0.0

2023-11-06 Thread Michael Osipov
On 2023/11/05 14:50:11 Mark Thomas wrote: > On 05/11/2023 10:10, Mark Thomas wrote: > > On 03/11/2023 15:07, Michael Osipov wrote: > >> On 2023/11/03 11:57:56 Mark Thomas wrote: > >>> On 03/11/2023 09:26, Michael Osipov wrote: > This change now completely missed to enfore Java 17 on < 11 and

Re: Call for Presentations now open: Community over Code EU 2024

2023-11-06 Thread Azhar Jainul Abdeen
Dear Sir/ MadamThank you very muchBest Regards Azhar  On Monday, 30 October 2023 at 10:07:10 am GMT-7, Ryan Skraba wrote: (Note: You are receiving this because you are subscribed to the dev@ list for one or more projects of the Apache Software Foundation.) It's back *and* it's new! We

(tomcat) branch 9.0.x updated: Ensure tests can continue to be run on Java 8

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 c14059f856 Ensure tests can continue to be run on J

(tomcat) branch main updated: Harmonize with Tomcat 9.0 change

2023-11-06 Thread remm
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 9c198905bd Harmonize with Tomcat 9.0 change 9c198905bd

[Bug 68068] Hotspot in Ast*Nodes: itable method calls

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68068 --- Comment #1 from John Engebretson --- Perhaps a simpler solution is to change Node from an interface to an abstract class, then have SimpleNode extends Node rather than implement it. This achieves the same ends with more targeted and isolat

(tomcat) branch main updated: Cleanup

2023-11-06 Thread remm
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 4a2b481641 Cleanup 4a2b481641 is described below comm

[PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2023-11-06 Thread via GitHub
fmeheust opened a new pull request, #677: URL: https://github.com/apache/tomcat/pull/677 JDBC 4.3 added the methods beginRequest and endRequest to java.sql.Connection. These methods hint the driver of the beginning and completion of a request (independent unit of work). Connection pooling m

(tomcat) 01/02: Simplify (aligns with similar usages)

2023-11-06 Thread markt
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.git commit e16eedd8edf878b82851df803c8d7966d0ca644e Author: Mark Thomas AuthorDate: Mon Nov 6 16:07:49 2023 + Simplify (align

(tomcat) 02/02: HTTP methods are case sensitive - use consistent code for testing method

2023-11-06 Thread markt
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.git commit a127d7ecb12dd9730635ad9c8bf85713253b5bb3 Author: Mark Thomas AuthorDate: Mon Nov 6 16:10:24 2023 + HTTP methods ar

(tomcat) branch main updated (4a2b481641 -> a127d7ecb1)

2023-11-06 Thread markt
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.git from 4a2b481641 Cleanup new e16eedd8ed Simplify (aligns with similar usages) new a127d7ecb1 HTTP methods are case se

[Bug 65111] Possible memory leak in AprEndpoint - socketBufferHandler is not cleared

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65111 --- Comment #2 from Roman --- Thanks, this solved the issue for me. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-un

(tomcat) branch 9.0.x updated: Simplify (aligns with similar usages)

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 c3d7d164c1 Simplify (aligns with similar usages) c3

(tomcat) branch 10.1.x updated: Simplify (aligns with similar usages)

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 5f0768 Simplify (aligns with similar usages)

(tomcat) branch 8.5.x updated: Simplify (aligns with similar usages)

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 88ac7c24f0 Simplify (aligns with similar usages) 88

(tomcat) branch 10.1.x updated: HTTP methods are case sensitive - use consistent code for testing method

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 d4f7f427ec HTTP methods are case sensitive - use

(tomcat) branch 9.0.x updated: HTTP methods are case sensitive - use consistent code for testing method

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 1ccdf4e773 HTTP methods are case sensitive - use co

(tomcat) branch 8.5.x updated: HTTP methods are case sensitive - use consistent code for testing method

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 d45068fcaa HTTP methods are case sensitive - use co

[Bug 68026] org.apache.tomcat.buf.MessageBytes.toString() is no longuer cached

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68026 --- Comment #4 from Mark Thomas --- Changes to the behaviour of MessageBytes has previously introduced subtle bugs. I am therefore extremely reluctant to make the changes suggested in comment #0 or comment #3. Caching the values as suggested i

(tomcat) branch main updated: Fix BZ 68026 - Convert selected MessageBytes values to String type

2023-11-06 Thread markt
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.git The following commit(s) were added to refs/heads/main by this push: new bec0dc510e Fix BZ 68026 - Convert selected MessageByt

(tomcat) branch 10.1.x updated: Fix BZ 68026 - Convert selected MessageBytes values to String type

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 453e09ee0d Fix BZ 68026 - Convert selected Messag

(tomcat) branch 9.0.x updated: Fix BZ 68026 - Convert selected MessageBytes values to String type

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 b06cbf8955 Fix BZ 68026 - Convert selected MessageB

(tomcat) branch 8.5.x updated: Fix BZ 68026 - Convert selected MessageBytes values to String type

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 da1149391f Fix BZ 68026 - Convert selected MessageB

[Bug 68026] org.apache.tomcat.buf.MessageBytes.toString() is no longuer cached

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68026 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 68035] Deploying a directory from Host appBase fails

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68035 Mark Thomas changed: What|Removed |Added Severity|enhancement |normal --- Comment #3 from Mark Thomas

Buildbot failure in on tomcat-11.0.x

2023-11-06 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/733 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] bec0dc510eee2dd1587cf3c51a56ed69f5f63d

[Bug 68026] org.apache.tomcat.buf.MessageBytes.toString() is no longuer cached

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68026 --- Comment #6 from lucas.pou...@lpoconseil.fr --- Thanks for your quick fix. But if you call toStringType() and after toString() method, your toString() method has not the same result because type attribute has been updated. Maybe it's necessa

(tomcat) branch main updated: Fix BZ 68035 - allow deployment from appBase or xmlBase

2023-11-06 Thread markt
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.git The following commit(s) were added to refs/heads/main by this push: new ea660de4f2 Fix BZ 68035 - allow deployment from appBa

(tomcat) branch 10.1.x updated: Fix BZ 68035 - allow deployment from appBase or xmlBase

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 70ad562033 Fix BZ 68035 - allow deployment from a

(tomcat) branch 9.0.x updated: Fix BZ 68035 - allow deployment from appBase or xmlBase

2023-11-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 a81bcf07d8 Fix BZ 68035 - allow deployment from app

[Bug 68035] Deploying a directory from Host appBase fails

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68035 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 68089] New: ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 Bug ID: 68089 Summary: ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans Product: Tomcat 9 Version: 9.0.x Hardware: All OS: All

Buildbot success in on tomcat-11.0.x

2023-11-06 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/734 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] ea660de4f2ca1e5c38bced88c95b304fed335856 Steps: worker_prepa

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 Anurag Dubey changed: What|Removed |Added CC||anura...@amazon.com -- You are receivi

Re: [PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2023-11-06 Thread via GitHub
aooohan commented on code in PR #677: URL: https://github.com/apache/tomcat/pull/677#discussion_r1384334368 ## modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ConnectionBoundariesTest.java: ## @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[Bug 68092] New: Failed to connect database after upgrading to tomcat-8.5.94 in linux

2023-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68092 Bug ID: 68092 Summary: Failed to connect database after upgrading to tomcat-8.5.94 in linux Product: Tomcat 8 Version: 8.5.94 Hardware: All OS: Linux