This is an automated email from the ASF dual-hosted git repository.
isapir 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 e7fdd91265 Added RateLimitFilter
e7fdd91265 is d
Hi
When it becomes virtual threads and Threadlocal to select with
Virtual threads is great option
To clarify more
Cluster is no message between the nodes
but synchronized the cluster
Regards
Koti
On Fri, 5 May 2023, 20:58 Mark Thomas, wrote:
> Hi all,
>
> I've started to review the use of T
This is an automated email from the ASF dual-hosted git repository.
isapir pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from d7411fb2a8 Fix typo
add fa0c65bed1 Added RateLimitFilter
add 14db569d9c Updated RateLimitFilter Javadoc commen
This is an automated email from the ASF dual-hosted git repository.
isapir pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit e2dd77b6d8d5c3f4ce6ec319873287e210793f46
Merge: d7411fb2a8 a69c081677
Author: Igal Sapir
AuthorDate: Sat May 6 05:04:44 20
isapir merged PR #607:
URL: https://github.com/apache/tomcat/pull/607
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
On Fri, May 5, 2023 at 5:28 PM Mark Thomas wrote:
>
> Hi all,
>
> I've started to review the use of ThreadLocal within the Tomcat code
> base given that using virtual threads will soon be an option.
>
> The first usage I came to raised a few questions. The usage is in
> ApplicationContext:
>
> htt
Mark,
On 5/4/23 04:09, Mark Thomas wrote:
On 03/05/2023 20:02, Christopher Schultz wrote:
But my question is whether or not this is something that Tomcat should
be working-around. IMO the parent ClassLoader is buggy and should be
fixed, but it may be difficult or impossible to fix the paren
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 d7411fb2a8 Fix typo
d7411fb2a8 is described below
co
https://bz.apache.org/bugzilla/show_bug.cgi?id=66593
--- Comment #5 from Mark Thomas ---
Bugzilla is NOT a support forum. Please do as you have been asked and post to
the users mailing list.
--
You are receiving this mail because:
You are the assignee for the bug.
--
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 686b81d849 Clean-up, formatting. No functional chan
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 db76f15c93 Clean-up, formatting. No functional chan
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 832cf68fa8 Clean-up, formatting. No functional chan
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 b3370f5e29 Clean-up, formatting. No functional chan
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
commit 0574bf30963e2ff582694e006ca598a9bb15512c
Author: Mark Thomas
AuthorDate: Fri May 5 16:44:52 2023 +0100
Clean-up, for
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
commit 15a1d0e0c4fbfb3afe5d3c86f8f1dd8655c38499
Author: Mark Thomas
AuthorDate: Fri May 5 16:45:14 2023 +0100
Clean-up, for
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 87409a1d7e Increase wait time - I am seeing test failures on local VMs.
new 0574bf3096 Clean-up, formatting. No fu
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 f1daf9d05e Clean-up, formatting. No functional change
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 c16e06575b Clean-up, formatting. No functional change
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 bd25937d2a Remove unused constant
bd25937d2a is descr
https://bz.apache.org/bugzilla/show_bug.cgi?id=66593
--- Comment #4 from alvaro ---
Hi,
I have another question...if you don't mind.
So in this scenario, I have the request line using the absolute path with a
conflicting host header. The response is 400 bad request from Tomcat, which
makes sens
Hi all,
I've started to review the use of ThreadLocal within the Tomcat code
base given that using virtual threads will soon be an option.
The first usage I came to raised a few questions. The usage is in
ApplicationContext:
https://github.com/apache/tomcat/blob/main/java/org/apache/catalin
On 04/05/2023 15:20, Rémy Maucherat wrote:
The proposed Apache Tomcat 9.0.75 release is now available for voting.
The notable changes compared to 9.0.74 are:
- Many improvements to the json access log valve.
- Deprecate support for the HTTP Connector settings rejectIllegalHeader and
allowH
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 b6d3de5d5f Increase wait time - I am seeing test fa
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 ba6bcac2ed Increase wait time - I am seeing test fa
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 87409a1d7e Increase wait time - I am seeing test
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 b917f0b2fb Increase wait time - I am seeing test fail
On Thu, May 4, 2023 at 8:37 AM Mark Thomas wrote:
> Hi all,
>
> The latest Java 21 EA build has moved virtual threads (from project
> Loom) out of preview. How do we want to handle this in Tomcat 11? Recall
> that Jakarta EE 11 has set Java 21 as the minimum version.
>
> I think we have the follo
Tests pass with tc-natvie 1.2.36 and OpenSSL 3.0.8 on Fedora 36.
On Thu, May 4, 2023 at 5:26 PM Rémy Maucherat wrote:
> The proposed Apache Tomcat 9.0.75 release is now available for voting.
>
> The notable changes compared to 9.0.74 are:
>
> - Many improvements to the json access log valve.
>
>
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 e3ebf33c51 Avoid possible NPEs - review from lihan
e3
On 05/05/2023 13:17, Han Li wrote:
On May 5, 2023, at 18:42, Mark Thomas wrote:
On 05/05/2023 04:21, Han Li wrote:
On May 4, 2023, at 21:41, ma...@apache.org wrote:
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https
> On May 5, 2023, at 18:42, Mark Thomas wrote:
>
> On 05/05/2023 04:21, Han Li wrote:
>>> On May 4, 2023, at 21:41, ma...@apache.org wrote:
>>>
>>> This is an automated email from the ASF dual-hosted git repository.
>>>
>>> markt pushed a commit to branch main
>>> in repository https://gitbox
https://bz.apache.org/bugzilla/show_bug.cgi?id=66593
--- Comment #3 from alvaro ---
thanks, this makes sense now.
cheers,
Alvaro
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-ma
Hi Team ,
Management of start and stop might be arrested
Regards
Koti
On Thu, 4 May 2023, 19:12 , wrote:
> 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 4b
On 05/05/2023 04:21, Han Li wrote:
On May 4, 2023, at 21:41, ma...@apache.org wrote:
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 4b097bf2e9075e9e2949ec5aa410cba3c
On 03/05/2023 19:38, Mark Thomas wrote:
The proposed 11.0.0-M6 release is:
[ ] Broken - do not release
[X] Alpha - go ahead and release as 11.0.0-M6
Test pass on Windows, Linux and MacOS (Intel and M1).
Mark
-
To unsubscribe
35 matches
Mail list logo