Re: [jetty-users] shibboleth idp webapp under jetty 12.0.7

2024-03-26 Thread Greg Wilkins via jetty-users
nks for any hints... > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Problem reading POST body with embedded Jetty 12.0.x

2023-09-11 Thread Greg Wilkins via jetty-users
gt; http://cometd.org > http://webtide.com > Developer advice, training, services and support > from the Jetty & CometD experts. > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit &g

Re: [jetty-users] Exception in Jetty 12.0.1

2023-09-05 Thread Greg Wilkins via jetty-users
.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) >> at >> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) >> at java.base/java.lang.Thread.run(Thread.java:1623) >> >> ___

Re: [jetty-users] Jetty 12 return wrong Host header?

2023-08-12 Thread Greg Wilkins via jetty-users
mizer. So Silvio, perhaps open a second issue? cheers P.S. We expect at least a monthly cadence of 12.0.x releases. On Sun, 13 Aug 2023 at 08:52, Greg Wilkins wrote: > Silvio, > > I'll respond more in Uwe's issue. Please post your details there to help > the triage. > > c

Re: [jetty-users] Jetty 12 return wrong Host header?

2023-08-12 Thread Greg Wilkins via jetty-users
; -- > Uwe schindleruschind...@apache.org > ASF Member, Member of PMC and Committer of Apache Lucene and Apache Solr > Bremen, Germanyhttps://lucene.apache.org/https://solr.apache.org/ > > _______ > jetty-users mailing list > jetty-users@eclipse.org > To

Re: [jetty-users] Jetty 12 return wrong Host header?

2023-08-11 Thread Greg Wilkins via jetty-users
Silvio, The host header should contain the host and port as used by the client. Thus if the request goes to the default port and is forward you a different port, the host header should not have the port in it, or at least only the default port. Are you sure the client is using the default port

Re: [jetty-users] SolrJ/Solr: HTTP protocol violation: Authentication challenge without WWW-Authenticate header

2023-06-04 Thread Greg Wilkins
rom this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] SolrJ/Solr: HTTP protocol violation: Authentication challenge without WWW-Authenticate header

2023-05-30 Thread Greg Wilkins
hour or so whether it actually helped. > > I do think that if I can get them to upgrade Solr so it's using Jetty > 10, the problem will evaporate. > > Thanks, > Shawn > ___ > jetty-users mailing list > jetty-users@eclipse.org &

Re: [jetty-users] jetty-openid : honouring expiry time

2023-03-03 Thread Greg Wilkins
ty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To

Re: [jetty-users] Threading model (was Re: Jetty 12 schedule?_

2022-11-10 Thread Greg Wilkins
be more of a problem, but their usage will be optional in Jetty. -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Threading model (was Re: Jetty 12 schedule?_

2022-11-09 Thread Greg Wilkins
their lifecycle is apparent, then that is a reasonable abstraction. regards -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Jetty 12 schedule?

2022-11-09 Thread Greg Wilkins
ctually removed things from 5.0 until today. > > -- Scott > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com

Re: [jetty-users] Jetty 12 schedule?

2022-11-09 Thread Greg Wilkins
jakarta.* However, you cannot mix APIs within the one context. regards -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Connection Manager

2022-10-11 Thread Greg Wilkins
close" header is seen, I wonder if we could perhaps use that as a hint to shutdown the connection (well reduce the number of streams to 0 and let other streams complete and then close). This would be useful in graceful shutdown scenarios... but perhaps the header is the wrong way to sig

Re: [jetty-users] What does this exception mean?

2022-07-24 Thread Greg Wilkins
implementation technique must be flawless. Victoria Livschitz > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.c

Re: [jetty-users] ProxyServlet & chunking

2022-07-11 Thread Greg Wilkins
You are able to call response.flushBuffers() to flush any buffered content. On Tue, 12 July 2022, 14:25 LP via jetty-users, wrote: > Hi, > > My understanding of HTTP/1.1 chunking is that it's considered to be a > hop-to-hop feature, and so if the server behind an (Async)ProxyServlet >

Re: [jetty-users] Omit Stacktraces in error pages

2022-06-29 Thread Greg Wilkins
n error handler can be set to the server > and to contexts. > > > Thanks and cheers, Lothar > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.

Re: [jetty-users] EXTERNAL: Re: jetty client delivers incomplete response without exception?

2022-06-27 Thread Greg Wilkins
ntains only a subset of all frames > which makes it quite unusable. So we switched to jetty client logs as an > alternative. > > > > From how I understand the http spec for chunked transfer encoding, the > stream should be ended with > > > > last-chunk = 1*(&

Re: [jetty-users] EXTERNAL: Re: jetty client delivers incomplete response without exception?

2022-06-26 Thread Greg Wilkins
no way to tell unless there is evidence (although this would > require network traces to be sure). > > -- > Simone Bordet > > > https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcometd.org%2Fdata=05%7C01%7Cbert.robben%40fis

Re: [jetty-users] class not found for HandlerContainer

2022-06-04 Thread Greg Wilkins
> > <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=emailclient> > Virus-free. > www.avg.com > <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=emailclient> > <#m_987959319

Re: [jetty-users] Solr admin UI redirecting root path requests to http instead of https

2022-05-24 Thread Greg Wilkins
-forwarded.ini etc.) which you can edit to configure the server. cheers On Wed, 25 May 2022 at 12:03, Shawn Heisey wrote: > On 5/24/2022 4:34 PM, Greg Wilkins wrote: > > To turn on relative redirects, you need to set the property > > `jetty.httpConfig.relativeRedirectAllowed=true`, wh

Re: [jetty-users] Solr admin UI redirecting root path requests to http instead of https

2022-05-24 Thread Greg Wilkins
n 5/24/22 02:03, Greg Wilkins wrote: > > To say more, we'd need to see the headers of the request arriving at > > the proxy and then arriving at jetty but my money is on their > > proxy being configured to rewrite the host header. > > I was able to duplicate the issue,

Re: [jetty-users] Solr admin UI redirecting root path requests to http instead of https

2022-05-24 Thread Greg Wilkins
> Shawn > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com // // ==

Re: [jetty-users] Can't edit files, locked by server

2022-02-27 Thread Greg Wilkins
ese years I seem to be > misremembering. What do I need to do to allow files to be edited after > the server has accessed them? > > Thanks, > -- > John English > > -- > This email has been checked for viruses by AVG. > https://www.avg.com > > __

Re: [jetty-users] Jetty 9.4.44 Classloader visibility issue

2022-02-15 Thread Greg Wilkins
on? How > could an application force Jetty to share multiple WebAppClassLoader > instances inside of one single context. > > Thank you in advance > > > Michael > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsub

Re: [jetty-users] Deploying Multiple Webapps to a Jetty Server

2021-12-15 Thread Greg Wilkins
r each application? > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___

Re: [jetty-users] Question about ErrorHandler

2021-11-11 Thread Greg Wilkins
It depends a little bit on how the error was generated in the first place? Is the request attribute "javax.servlet.error.servlet_name" set? if so, then you can use that name to lookup the servlet instance directly on the servlet handler. But your request attribute technique is probably fine as

Re: [jetty-users] memory leak in jetty monitor ?

2021-09-16 Thread Greg Wilkins
eturn* result; > > } > > [1] > https://wiki.eclipse.org/Jetty/Reference/jetty-monitor#Starting_the_In-process_Monitor > > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit &g

Re: [jetty-users] Concurrent timeout exception

2021-07-20 Thread Greg Wilkins
On Tue, 20 Jul 2021 at 18:51, John English wrote: > On 20/07/2021 02:26, Greg Wilkins wrote: > > > > It means that a request arrived and your app was trying to extract > > parameters from the body of the request, but blocked as the full body > > had not yet arrived.

Re: [jetty-users] Concurrent timeout exception

2021-07-19 Thread Greg Wilkins
> Can anyone tell me what this means and what might be causing it? (I'm > using Jetty 9.4.41.) > > -- > John English > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.

Re: [jetty-users] Question regd jetty ssl configuration.

2021-07-15 Thread Greg Wilkins
unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Jakarta REST API Query

2021-06-27 Thread Greg Wilkins
rs mailing list >>> jetty-users@eclipse.org >>> To unsubscribe from this list, visit >>> https://www.eclipse.org/mailman/listinfo/jetty-users >>> >> >> _______ >

Re: [jetty-users] Jakarta REST API Query

2021-06-27 Thread Greg Wilkins
espond by forwarding the >> response? >> >> >> >> -- >> Phobrain.com >> ___ >> jetty-users mailing list >> jetty-users@eclipse.org >> To unsubscribe from this list, visit >> https://www.eclipse.org/mailman/listinfo/jetty

Re: [jetty-users] Limiting connections

2021-05-24 Thread Greg Wilkins
, 25 May 2021 at 02:09, Josh Spiegel wrote: > Thanks for the response Greg. After writing the response and calling > shutdownOutput(), how do I set a forceful close timeout? > > Thanks, > Josh > > On Thu, May 20, 2021 at 3:09 PM Greg Wilkins wrote: > >> There is no

Re: [jetty-users] File upload fails on live system, works on development system

2021-05-23 Thread Greg Wilkins
; ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Limiting connections

2021-05-20 Thread Greg Wilkins
There is nothing preventing you accepting a connection and then immediately sending an error response assuming a request is coming, and half closing the connection. You can then give it a Connection class that just consumes any characters received up to a low limit or short timeout. On Fri, 21

Re: [jetty-users] [jetty-dev] Jetty 9.4.* p2 repos

2021-04-21 Thread Greg Wilkins
l Project Lead > IBM Eclipse SDK (IES) Technical Lead and Release Manager > ___ > jetty-dev mailing list > jetty-...@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-dev > -- Greg Wilkins C

Re: [jetty-users] Either OR but not Both.

2021-04-04 Thread Greg Wilkins
t;>> */ >>> @GET >>> @Produces(MediaType.TEXT_PLAIN) >>> public String getIt() { >>> return "got, it!"; >>> } >>> } >>> >>> >>> >>> Preferably I also want the Rest API Config to work as well as the >>&

Re: [jetty-users] Jsp configuration class

2021-04-03 Thread Greg Wilkins
but when 11 then an error reported by eclipse IDE. > > > On Sat, 3 Apr 2021, 06:51 Greg Wilkins, wrote: > >> Som, >> >> Neither WebAppContext nor ServletHandlerContext are obsolete. >> >> However, you only need to call setConfigurations in exceptional >>

Re: [jetty-users] Jsp configuration class

2021-04-02 Thread Greg Wilkins
urations(new Configuration[] >>>>> { >>>>> new AnnotationConfiguration(), >>>>> new WebInfConfiguration(), >>>>> new WebXmlConfiguration(), >>>>> new MetaInfConfigurati

Re: [jetty-users] WebAppContext Jetty 11

2021-04-02 Thread Greg Wilkins
In jetty 11 such features are auto configuring. You just need to add the jar to the classpath and the feature will be discovered and added to the webapp. So just put jetty-annotation jar on the classpath On Sat, 3 Apr 2021, 06:32 Som Lima, wrote: > Hi, > > I am looking for code showing how to

Re: [jetty-users] Jsp configuration class

2021-04-02 Thread Greg Wilkins
pp/"; > root.setDescriptor(webappDirLocation + "/WEB-INF/web.xml"); > root.setResourceBase(webappDirLocation); > > server.setHandler(root); > > server.start(); > server.join(); > } > } > <http://www.backbutton.co.uk/>

Re: [jetty-users] Jsp configuration class

2021-04-01 Thread Greg Wilkins
t;>>>>> >>>>>> Joakim Erdfelt / joa...@webtide.com >>>>>> >>>>>> >>>>>> On Fri, Mar 26, 2021 at 4:42 PM Som Lima >>>>>> wrote: >>>>>> >>>>>>> Hi, >>&g

Re: [jetty-users] Fail-fast request handling best practices

2021-03-31 Thread Greg Wilkins
se the TCP connection to congest > with the same results (502), so if you really want to send a clean 400 > you have to read the whole content. > > -- > Simone Bordet > > http://cometd.org > http://webtide.com > Developer advice, training, services and support &g

Re: [jetty-users] A suggestion

2021-03-28 Thread Greg Wilkins
@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Maven dependencies

2021-03-27 Thread Greg Wilkins
om this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Fast SSL with jetty.

2021-03-21 Thread Greg Wilkins
tion all the > way to jetty. > > I think it is worth doing something that lets jetty use a fast SSL lib. > Jetty is frequently going to be used with SSL, and Java's built in SSL lib > really kills Jetty's otherwise fantastic performance. > > -Luke > > On Mon, Mar 22, 2021 at 1

Re: [jetty-users] Fast SSL with jetty.

2021-03-21 Thread Greg Wilkins
Also I note that it appears that netty is wrapping OpenSSL as a SslEngine, so we could look at either doing the same or even reusing their wrapper (although it appears to pull in a lot of netty util and handlers). On Fri, 19 Mar 2021 at 12:42, Greg Wilkins wrote: > So unix sockets an opt

Re: [jetty-users] Fast SSL with jetty.

2021-03-18 Thread Greg Wilkins
So unix sockets an option? On Fri, 19 Mar 2021, 09:21 Luke B, wrote: > Hi, > > From memory the difference in performance is rather large, maybe 10x or > 20x. It really does make a difference to how many requests we can handle. > Conscrypt takes jetty from being severely limited by the speed at

Re: [jetty-users] Jetty 10 websocket API changes

2021-03-15 Thread Greg Wilkins
___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users

Re: [jetty-users] Fast SSL with jetty.

2021-03-15 Thread Greg Wilkins
ink it was unnecessary. >> >> Thanks, >> Shawn >> ___ >> jetty-users mailing list >> jetty-users@eclipse.org >> To unsubscribe from this list, visit >> https://www.eclipse.org/mailman/listinfo/jetty-users >

Re: [jetty-users] regular https and proxied htps at the same time

2021-03-09 Thread Greg Wilkins
__ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@ecl

Re: [jetty-users] java.util.concurrent.TimeoutException: Idle timeout expired

2021-02-15 Thread Greg Wilkins
ing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Graceful shutdown for custom connections

2021-01-06 Thread Greg Wilkins
ow to do this? > > Thanks, > Josh > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com

Re: [jetty-users] Another error after upgrading to jetty 9.4.34

2020-11-11 Thread Greg Wilkins
er.java:349) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:872) > > ... 24 more > > > > > = > Please refer to https://northamerica.altran.com/email-disclaimer > for importa

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

2020-10-30 Thread Greg Wilkins
true).forEach(System.err::println); } which cage the output: Collections.list(fields.getValues("Etag")) W/"1",W/2 W/"3" Collections.list(fields.getValues("Etag", ",")) W/11111 W/2 W/3 fields.getCSV(&qu

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

2020-10-29 Thread Greg Wilkins
Ohhh and yes section 2.3 doesn't comply with 2.6 but 2.6 does only apply to "most" values. ... and you wonder why implementations of these specs sometimes get it wrong:) On Fri, 30 Oct 2020, 00:32 Greg Wilkins, wrote: > My first thought is that Nils could be right

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

2020-10-29 Thread Greg Wilkins
My first thought is that Nils could be right when he says that getValues is needlessly removing quotes. That method was never really well specified as it's based in neither the http nor servlets specification. It was originally a jack of all trades method that worked for most cases. We've not

Re: [jetty-users] Controlling Maximum Header and Maximum Form content size

2020-10-06 Thread Greg Wilkins
__ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com

Re: [jetty-users] When can we expect Jetty 10?

2020-10-02 Thread Greg Wilkins
ad page? > > -- > Regards, > Michał Niklas > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtid

Re: [jetty-users] Cache-control

2020-08-07 Thread Greg Wilkins
John, can you give me an actual sequence of requests and responses with all the headers. thanks On Thu, 6 Aug 2020 at 11:14, John English wrote: > On 04/08/2020 19:38, Greg Wilkins wrote: > > John, > > > > Can you capture some examples of headers from r

Re: [jetty-users] Cache-control

2020-08-04 Thread Greg Wilkins
> https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Interleaving requests for fairness/starvation?

2020-06-01 Thread Greg Wilkins
ad pool!) > > Best > > Matt > > -- > *From:* jetty-users-boun...@eclipse.org > on behalf of Greg Wilkins > *Sent:* 01 June 2020 13:31 > *To:* JETTY user mailing list > *Subject:* Re: [jetty-users] Interleaving requests for > fairness/

Re: [jetty-users] Interleaving requests for fairness/starvation?

2020-06-01 Thread Greg Wilkins
e also > using ThreadLimitHandler to avoid single clients taking out the whole > server, so would need to duplicate that logic. > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https:/

Re: [jetty-users] Separate thread pools on separate requests Hello

2020-04-14 Thread Greg Wilkins
gt; Simone Bordet > > http://cometd.org > http://webtide.com > Developer advice, training, services and support > from the Jetty & CometD experts. > _______ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this lis

Re: [jetty-users] How to include another web page in a page served by Jetty?

2020-04-01 Thread Greg Wilkins
On Tue, 31 Mar 2020 at 21:16, Alexander Farber wrote: > Thank you for your response Greg - > > > On Mon, Mar 30, 2020 at 10:09 AM Greg Wilkins wrote: > >> >> Jetty supports the Servlet API feature of RequestDispatcher.include, so >> one URI/resource can be inc

Re: [jetty-users] How to include another web page in a page served by Jetty?

2020-03-30 Thread Greg Wilkins
eclipse.org/jetty/configure_9_0.dtd;> > > /ws > name="jetty.base"/>/../WebSockets/target/ws-servlet-0.1-SNAPSHOT.war > > > etc. > _______ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscrib

Re: [jetty-users] Can Jetty decide not to respond to a request?

2020-03-17 Thread Greg Wilkins
om > Developer advice, training, services and support > from the Jetty & CometD experts. > _______ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo

Re: [jetty-users] NoClassDefFoundError : Embedded Jetty

2020-03-13 Thread Greg Wilkins
installation directory and a Java comman launches our server, then >parentLoaderPriority true is not helping us. > > > > PFA : Build_parentLoaderTrue_dumpStderr.txt > As output of Stderr when I ran dumpStdErr in Build environment. > > > > > > Thanks & Re

Re: [jetty-users] NoClassDefFoundError : Embedded Jetty

2020-03-11 Thread Greg Wilkins
ty.jaas.callback.DefaultCallbackHandler > > > > > > > > org.eclipse.jetty.jaas.JAASRole > > > > > > > > > > true > > >

Re: [jetty-users] Questions about Jetty Security Maintenance

2020-03-10 Thread Greg Wilkins
> Any help would be highly appreciated! > > Best, > Yicheng > > > > -- > Sent from: http://jetty.4.x6.nabble.com/Jetty-User-f3247280.html > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from thi

Re: [jetty-users] Cross Context communication between WebApps without HTTP overhead

2020-03-09 Thread Greg Wilkins
etty and CometD* > > _______ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Jetty 10

2020-02-26 Thread Greg Wilkins
rom this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from

Re: [jetty-users] Native memory leak in 9.4.x fixed in 9.4.26

2020-02-25 Thread Greg Wilkins
> jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___

Re: [jetty-users] Does Jetty Uses Session to Set the Principal in HTTP Request

2020-02-25 Thread Greg Wilkins
hod should we use? And I suppose all auth-methods support > JAAS customized login module right? > > Do apologize if any of my previous questions are vague or misleading :) > > On Mon, Feb 24, 2020 at 2:04 PM Greg Wilkins wrote: > >> OK, >> >> so if you are usi

Re: [jetty-users] Does Jetty Uses Session to Set the Principal in HTTP Request

2020-02-24 Thread Greg Wilkins
/" but it wouldn't return any HTML > pages. I didn't get a chance to do further investigation. > > Any suggestions would be appreciated! > > On Sun, Feb 23, 2020 at 10:02 AM Greg Wilkins wrote: > >> >> What auth mechanism are you using? >> BASIC and

Re: [jetty-users] Does Jetty Uses Session to Set the Principal in HTTP Request

2020-02-23 Thread Greg Wilkins
/www.eclipse.org/mailman/listinfo/jetty-users >>>> >>>> ___ >>>> jetty-users mailing list >>>> jetty-users@eclipse.org >>>> To change your delivery options, retrieve your password, or unsubscribe >

Re: [jetty-users] Modifying HTTP response content with a servlet filter

2020-02-18 Thread Greg Wilkins
word, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Communication between a Servlet and a custom protocol

2020-01-20 Thread Greg Wilkins
rom this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this l

Re: [jetty-users] IllegalStateException in org.eclipse.jetty.server.HttpOutput#write(byte[], int, int)

2020-01-09 Thread Greg Wilkins
] > > Thanks for any insight. > > > > > Eric > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https:/

Re: [jetty-users] Equivalent of HandlerList for Servlets

2019-12-13 Thread Greg Wilkins
a given back > end, and they'd be chosen by sorting handlers (hanglers once you can > misspell) according to load? > > Bill > On 12/13/19 3:07 PM, Greg Wilkins wrote: > > > Note also that if you have a need, there is nothing preventing you from > having a HandlerList within

Re: [jetty-users] Jetty 9.4.24 prints warning messages to stderr

2019-12-02 Thread Greg Wilkins
work fine. The same goes for POSTs. Since it > only happens via one of our code paths I suspect we are causing this in > some way, although the code is extremely simple. > > Kind regards, > > Silvio > > > On 11/29/19 12:27 AM, Greg Wilkins wrote: > > > Silvio, > >

Re: [jetty-users] Jetty 9.4.24 prints warning messages to stderr

2019-11-28 Thread Greg Wilkins
I turn this off? > > Kind regards, > > Silvio > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclip

Re: [jetty-users] webapps

2019-11-25 Thread Greg Wilkins
__ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins CTO http://webtide.com

Re: [jetty-users] jetty 10

2019-11-14 Thread Greg Wilkins
subscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your password, or u

Re: [jetty-users] Using Jetty transparent http proxy to forward to public website

2019-11-04 Thread Greg Wilkins
ce, I'm using Jetty 9.0.7. > > -- > With Kind Regards, > Martin Brentnall > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] IOException: 11/invalid_priority_frame_rate

2019-10-31 Thread Greg Wilkins
We are looking at the default... however I think the bigger problem is that we added this limit as per connector rather than per connection. We will fix that in the next release so the rate limit will scale with bigger servers. regards -- Greg Wilkins CTO http://webtide.com

Re: [jetty-users] IOException: 11/invalid_priority_frame_rate

2019-10-30 Thread Greg Wilkins
at >> org.eclipse.jetty.http2.server.HttpChannelOverHTTP2.onFailure(HttpChannelOverHTTP2.java:323) >> at >> org.eclipse.jetty.http2.server.HTTP2ServerConnection.onStreamFailure(HTTP2ServerConnection.java:221) >> at >> org.eclip

Re: [jetty-users] Should fully consume the InputStream of InputStreamResponseListener before close it?

2019-10-09 Thread Greg Wilkins
gt; > Vào Th 4, 9 thg 10, 2019 lúc 05:28 Greg Wilkins đã > viết: > >> >> Cao, >> >> The answer is "it depends". >> >> Closing the stream will result in the connection being closed and not >> reused for other requests. Making new conne

Re: [jetty-users] Should fully consume the InputStream of InputStreamResponseListener before close it?

2019-10-08 Thread Greg Wilkins
t; Thanks! > *--* > *Cao Mạnh Đạt* > *E-mail: caomanhdat...@gmail.com * > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-use

Re: [jetty-users] curl: (56) Unexpected EOF

2019-10-07 Thread Greg Wilkins
hed shading > entirely since it's such a mess). > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mail

Re: [jetty-users] curl: (56) Unexpected EOF

2019-10-04 Thread Greg Wilkins
.http.Http1FieldPreEncoder >> >> Should it have 2 lines? What if I just disallow that file altogether? >> >> On Fri, Oct 4, 2019 at 8:10 PM Greg Wilkins wrote: >> >>> >>> Glen, >>> >>> it is not a matter of if the classes are in the j

Re: [jetty-users] curl: (56) Unexpected EOF

2019-10-04 Thread Greg Wilkins
: java.nio.HeapByteBuffer[pos=28 lim=100 cap=100] > Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index > 1 out of bounds for length 1 > at > org.eclipse.jetty.http.PreEncodedHttpField.putTo(PreEncodedHttpField.java:118) > at org.organicdesign.classVsJar.Clazz

Re: [jetty-users] ServletContextListener defers server start

2019-10-04 Thread Greg Wilkins
ieve your password, or unsubscribe >> from this list, visit >> https://www.eclipse.org/mailman/listinfo/jetty-users >> > _______ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your passw

Re: [jetty-users] curl: (56) Unexpected EOF

2019-10-04 Thread Greg Wilkins
t;>> *Unaffected* >>>>>> *Log Files:* >>>>>> I can see in the log files in both cases that the request is being >>>>>> processed, but there is no exception thrown and no response apparently >>>>>> written. >>&g

Re: [jetty-users] Memory leak in Conscrypt with Jetty.

2019-09-29 Thread Greg Wilkins
__ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins CTO http://webtide.com _

Re: [jetty-users] Why does push request contain query string?

2019-09-16 Thread Greg Wilkins
The spec for pushbuilder in 4.0 says that it will be initialized with the query string: https://javaee.github.io/javaee-spec/javadocs/javax/servlet/http/PushBuilder.html On Tue, 17 Sep 2019 at 09:26, Greg Wilkins wrote: > The PushBuilder is initialized with all the headers and query str

Re: [jetty-users] Why does push request contain query string?

2019-09-16 Thread Greg Wilkins
iling list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins CTO http://webtide.com ___ j

Re: [jetty-users] How to overcome partial deployment

2019-08-11 Thread Greg Wilkins
ivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delive

Re: [jetty-users] Enforcing SNI

2019-07-09 Thread Greg Wilkins
cert or no SNI info is present I want to 400 or > something. > > Kind regards, > > Silvio > > > On 08-07-19 19:32, Greg Wilkins wrote: > > Silvio, > > I'm sorry, but we are going to need more info that that. Can you describe > precisely the setup you have with

  1   2   3   4   >