Re: [jetty-users] Eclipse Jetty 9.4.49.v20220914 10.0.12 and 11.0.12 have been released!

2022-09-16 Thread Tamás Cservenák
Hey, just curious, usually these mails go to announce ML as well, but this one is not.. any peculiar reason for this? TIA T On Fri, Sep 16, 2022 at 9:41 AM Olivier Lamy wrote: > Hello! > > The Jetty team is happy to announce the immediate availability of a new > release for the Eclipse Jetty

Re: [jetty-users] Jetty 11 and commons-fileupload

2021-04-16 Thread Tamás Cservenák
Your best hope is that https://github.com/apache/commons-fileupload has some ongoing work where jakarta.javax support has been added, so build and try or sit and wait for release :) Or, just go back to Jetty 10 that is really the same (AFAIK) as Jetty 11 except it still uses javax packages

Re: [jetty-users] org.eclipse.jetty.http.HttpField

2020-10-29 Thread Tamás Cservenák
To me it seems does requite DQUOTE around it... https://tools.ietf.org/html/rfc7232#section-2.3 Thanks T On Thu, Oct 29, 2020 at 3:07 PM Nils Kilden-Pedersen wrote: > After debugging for a weird problem the entire day yesterday, I finally > figured out why my ETag value was losing its quotes.

[jetty-users] Project Loom + Jetty

2020-05-16 Thread Tamás Cservenák
Hello there, just a cursory question, as I hope to get some direct links or even some contact to folks trying it out. Recently was reading http://cr.openjdk.java.net/~rpressler/loom/loom/sol1_part1.html And that lead me to this preso (and related ML communications)

Re: [jetty-users] Jetty 9.4.10 release

2018-05-07 Thread Tamás Cservenák
manged to catch us in that period of time between oss.sonatype.org > promotion and eclipse.org side updates. > Those need to exist and be validated before we announce. > > > Joakim Erdfelt / joa...@webtide.com > > On Mon, May 7, 2018 at 9:52 AM, Tamás Cservenák <ta...@cserve

[jetty-users] Jetty 9.4.10 release

2018-05-07 Thread Tamás Cservenák
Howdy, 9.4.10 landed on Central, but I saw no release announcement here. Any reason for that? Or did I just miss it? :) Thanks, Tamas -- Thanks, ~t~ ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your

[jetty-users] Is this URI parsing bug?

2015-11-20 Thread Tamás Cservenák
Hi there, here is a simple test that makes Jetty 9.3.0 (tested with 9.3.5.v20151012) puke 400 Bad URI, but IMHO that's wrong: https://gist.github.com/cstamas/90fc4b40a3cf9cb83ada The problem stems from here:

Re: [jetty-users] Is this URI parsing bug?

2015-11-20 Thread Tamás Cservenák
Done https://bugs.eclipse.org/bugs/show_bug.cgi?id=482670 On Fri, Nov 20, 2015 at 12:15 PM Simone Bordet <sbor...@webtide.com> wrote: > Hi, > > On Fri, Nov 20, 2015 at 11:47 AM, Tamás Cservenák <ta...@cservenak.net> > wrote: > > Hi there, > > > > he

Re: [jetty-users] Github Hosting of Jetty

2014-09-11 Thread Tamás Cservenák
+1 On Wed, Sep 10, 2014 at 4:05 PM, Jesse McConnell jesse.mcconn...@gmail.com wrote: https://wiki.eclipse.org/Social_Coding/Hosting_a_Project_at_GitHub#GitHub_Hooks Apparently things have progressed to the point within Eclipse that we would be allowed to move our canonical repository from

Re: [jetty-users] Simplest way to detect: Hey, where'd my thread go?

2012-06-27 Thread Tamás Cservenák
the system on the edge. I'd really like to see some of these (if only the instrumented QTP and ability to pass in any ThreadFactory!) in Jetty! Thanks, ~t~ On Tue, Jun 26, 2012 at 7:14 PM, Tamás Cservenák ta...@cservenak.netwrote: I totally agree with you and rational. But still, my

[jetty-users] Simplest way to detect: Hey, where'd my thread go?

2012-06-26 Thread Tamás Cservenák
Hi Jetty list! I have a situation where I confirmed that Jetty's pool is loosing threads. I bet it's my code (runtime or maybe even Error is thrown somewhere I assume?), but... What is the easiest thing with Jetty (8.1.x), to instrument the threads, or install some custom

Re: [jetty-users] Simplest way to detect: Hey, where'd my thread go?

2012-06-26 Thread Tamás Cservenák
New info: It's a nice OutOfMemoryError in Nexus code. I remember I saw some thread (or Jira issue) about why Jetty intentionally does not handle this... am I right? Thanks, ~t~ On Tue, Jun 26, 2012 at 4:14 PM, Tamás Cservenák ta...@cservenak.netwrote: Hi Jetty list! I have a situation

Re: [jetty-users] Simplest way to detect: Hey, where'd my thread go?

2012-06-26 Thread Tamás Cservenák
, but in 2nd case you have no notification about it at all in logs... Thanks, ~t~ On Tue, Jun 26, 2012 at 4:45 PM, Tamás Cservenák ta...@cservenak.netwrote: New info: It's a nice OutOfMemoryError in Nexus code. I remember I saw some thread (or Jira issue) about why Jetty intentionally does

Re: [jetty-users] Simplest way to detect: Hey, where'd my thread go?

2012-06-26 Thread Tamás Cservenák
I totally agree with you and rational. But still, my question stands: what is the simplest or intended way (asking, since you guys might have something similar in Jetty already), to have some UncaughtExceptionHandler (or maybe some Jetty specific class) installed in Jetty threads (when running