Re: [jetty-users] ProxyServlet hang with 304 and Content-Length header

2011-03-02 Thread Greg Wilkins
Mike, I think that it is the downstream server that is primarily at fault. I guess we could update the client to ignore content-length on 304, but my concern is that is only 1 way that a server could be bad. What if it actually sent a body with that response?I guess we need to close that

[jetty-users] Release 7.3.1.v201104307

2011-03-07 Thread Greg Wilkins
Release 7.3.1.v201104307 of jetty@eclipse and jetty-hightide@codehaus are now available via http://eclipse.org/jetty and http://jetty.codehaus.org This release fixes many minor and moderate issues, many with async SSL, as well as adding support for draft 6 webcockets jetty-7.3.1.v20110307 7

[jetty-users] New Blog site for jetty and cometd

2011-04-06 Thread Greg Wilkins
All, The Webtide blog site has moved from http://blogs.webtide.com to http://webtide.intalio.com. There you will find articles from the developers of Jetty and Cometd. We will be moving the old content over soon and will probably redirect the old site once we have mapped all the perm links.

[jetty-users] Jetty 7.4.0.RC0

2011-04-07 Thread Greg Wilkins
A release candidate of Jetty 7.4.0.RC0 is now available as either a jetty-7 @ eclipse or jetty-hightide-7 @ codehaus distribution: http://download.eclipse.org/jetty/ http://dist.codehaus.org/jetty/ I've blogged a little about some of the new features here

Re: [jetty-users] Changes Between 7.0.2 and 7.4.4

2011-07-18 Thread Greg Wilkins
Mack, This was a fix to bring jetty in line with the correct behaviour. Send redirect now encodes the URL if there was no session cookie present. If you don't want URL session tracking then you can turn it off by setting a setSessionIdPathParameterName of null on the session manager. you can

Re: [jetty-users] Changes Between 7.0.2 and 7.4.4

2011-07-18 Thread Greg Wilkins
on the url. But I would still like to enable session cookies within the webapp. Any workarounds? thanks On Mon, Jul 18, 2011 at 8:41 PM, Greg Wilkins gr...@intalio.com wrote: Mack, This was a fix to bring jetty in line with the correct behaviour. Send redirect now encodes the URL

[jetty-users] Using Tomcat-6 JSP with Jetty-7

2011-07-27 Thread Greg Wilkins
All, Jetty currently uses the Jasper JSP fork from the the glassfish project. This was selected at the time because it was being more actively contained. Since then, the apache tomcat version has picked up their game and that version is also being maintained. I have no sense at the moment to

Re: [jetty-users] Jetty 8.0.0 - 8.0.4 not closing connections using SelectChannelConnector

2011-11-27 Thread Greg Wilkins
Since this has been reproduced against latest branch, I've opened an issue to track this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=364921 I'm wondering if the issue is that Jetty has sent a FIN to close the connection but never receives a FIN in response. The idle timeout should

Re: [jetty-users] Jetty 8.0.0 - 8.0.4 not closing connections using SelectChannelConnector

2011-11-27 Thread Greg Wilkins
2011 09:46, Greg Wilkins gr...@intalio.com wrote: Since this has been reproduced against latest branch,  I've opened an issue to track this bug:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=364921 I'm wondering if the issue is that Jetty has sent a FIN to close the connection but never

[jetty-users] Jetty 7.6.0.RC0 and 8.1.0RC0

2011-11-30 Thread Greg Wilkins
Release Candidates for 7.6.0.RC0 and 8.1.0RC0 are now available via http://eclipse.org/jetty http://jetty.codehaus.org These releases have a significant re factoring of the NIO layer to better cope with the features added over recent years and to better deal with some of the instability that

[jetty-users] Jetty releases 7.6.0 and 8.1.0

2012-01-28 Thread Greg Wilkins
Jetty releases 7.6.0 and 8.1.0 have been promoted to maven central and will soon be available for download via http://eclipse.org/jetty These releases represent a major effort by the team to refactor the IO layer to handle several issues that have emerged over the last year with respect to the

Re: [jetty-users] jsessionid in url (and not ip checking)

2012-01-31 Thread Greg Wilkins
Hmmm that all looks OK. I will test that behaviour with the test-jetty-webapp and get back shortly. ___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Autodiscovering Servlet 3.0 for ServletContextHandler in embedded mode

2012-04-24 Thread Greg Wilkins
The annotation scanning is tied to the webappcontext. However if you have a specific use, you could probably adapt the code from the annotation configuration to work on a servletcontext. Better yet - for embedded usage, don't use annotations! cheers

Re: [jetty-users] Jetty SPDY use split package?

2012-09-19 Thread Greg Wilkins
org.eclipse.jetty.websocket.extensions org.eclipse.jetty.websocket.extensions.* org.eclipse.jetty.websocket.io org.eclipse.jetty.websocket.io.* So long as no other module/jar contains any of these packages we are good. -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice

[jetty-users] Jetty and Cometd at JavaOne

2012-09-24 Thread Greg Wilkins
below). It would be great to have Jetty users developers along to our talk. Also if you are at JavaOne or in the area and fancy getting together for some drinks and chat, then drop us a line and we'll see if we can set a time and place. cheers -- Greg Wilkins gr...@intalio.com http

Re: [jetty-users] Jetty SPDY use split package?

2012-09-25 Thread Greg Wilkins
PM, Greg Wilkins gr...@intalio.comjavascript:_e({}, 'cvml', 'gr...@intalio.com'); wrote: The packages for websocket are now a bit verbose. Server and client are ok, but core produces: org.eclipse.jetty.websocket.core.annotations org.eclipse.jetty.websocket.core.api

[jetty-users] Java One SPDY Demonstration

2012-10-14 Thread Greg Wilkins
Here is the SPDY demonstration we gave at JavaOne http://webtide.intalio.com/2012/10/spdy-push-demo-from-javaone-2012/ The full presentation can be viewed via https://www.webtide.com/resources/whitepapers.jsp chers -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice

Re: [jetty-users] [jetty-dev] Jetty 9.0.1.v20130408 Released!

2013-04-10 Thread Greg Wilkins
Unfortunately the change made for 404511 Replaced all StringMap usage with Tries has introduced a garbage producing poor implementation of a common string lookup method. Thus 9.0.1 is not performing well in benchmarks due to frequent GCs.We will have a 9.0.2 out shortly with this fixed

Re: [jetty-users] Jetty 9 as a Front-end Server

2013-06-17 Thread Greg Wilkins
-users -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build business applications. ___ jetty-users mailing list jetty-users@eclipse.org https

[jetty-users] Servlet 3.1 Asychronous IO example

2013-07-18 Thread Greg Wilkins
). The code is herehttp://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-servlets/src/main/java/org/eclipse/jetty/servlets/DataRateLimitedServlet.java?h=jetty-9.1and I have also blogged about ithttp://webtide.intalio.com/2013/07/servlet-3-1-async-io-and-jetty/ . cheers -- Greg

Re: [jetty-users] Jetty 9.0.4 issue (also in 9.0.5-SNAPSHOT) with Spring MVC Async (test provided)

2013-08-12 Thread Greg Wilkins
mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build business applications

Re: [jetty-users] Jetty 9.0.4 issue (also in 9.0.5-SNAPSHOT) with Spring MVC Async (test provided)

2013-08-12 Thread Greg Wilkins
in the subsequently dispatched thread, i.e. before all filters. Also, such a request attribute would be framework specific and would not mix well with filters from other frameworks. This is where I see the purpose of this flag as essential. Rossen On Mon, Aug 12, 2013 at 11:09 AM, Greg Wilkins gr

Re: [jetty-users] jetty-9.1 -- ServletOutputStream.isReady() -- how much data can be written without blocking?

2013-09-12 Thread Greg Wilkins
onWritePossible from that thread. But we make sure that onWritePossible always calls isReady() before every write (and does not assume that the first write is OK). cheers -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio

Re: [jetty-users] Buffers in Jetty 8

2013-09-16 Thread Greg Wilkins
___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build business applications

Re: [jetty-users] Disabling Direct Buffers in Jetty 9

2013-09-18 Thread Greg Wilkins
18:47, Matthew Painter matthew.pain...@kusiri.comwrote: Hi Greg, What were the reasons for taking out the direct buffer support? Buggy JDK code? Thanks :) Matt On Mon, Sep 16, 2013 at 1:47 AM, Greg Wilkins gr...@intalio.com wrote: Nicholas, currently Jetty-9 does not use direct

Re: [jetty-users] Buffers in Jetty 8

2013-09-18 Thread Greg Wilkins
://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build business applications. ___ jetty-users mailing list jetty-users

Re: [jetty-users] jetty 8. Swallowed InterruptedException and possible endless loop in org.eclipse.jetty.io.nio.SelectChannelEndPoint.blockWritable

2013-09-22 Thread Greg Wilkins
Igor, any chance you can try out jetty-8.1.13.v20130916 to see if the problem remains in that release? thanks -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build business applications

Re: [jetty-users] Does jetty support SNI?

2013-09-25 Thread Greg Wilkins
___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build

Re: [jetty-users] jetty 8. Swallowed InterruptedException and possible endless loop in org.eclipse.jetty.io.nio.SelectChannelEndPoint.blockWritable

2013-09-25 Thread Greg Wilkins
/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build business applications. ___ jetty-users mailing list jetty-users@eclipse.org

Re: [jetty-users] Upgrading from 8.1.8 to 9.1.0

2013-10-13 Thread Greg Wilkins
between home and base XMLs to see what changes need to be reapplied in the upgraded version. regards -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build business applications

[jetty-users] Jetty-9.1.0 benchmark results

2013-12-11 Thread Greg Wilkins
All, here is a blog about the prelim results from the techempower framework benchmarks. Jetty-9.1.0 has done very well! https://webtide.intalio.com/2013/12/jetty-in-techempower-benchmarks/ cheers -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from

Re: [jetty-users] Embedded Jetty 9 with Spring security Oauth2.

2013-12-11 Thread Greg Wilkins
___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com http://www.webtide.com Developer advice and support from the Jetty CometD experts. Intalio, the modern way to build business applications

[jetty-users] Apache JSP for 9.1.4 and/or 9.2.0

2014-03-13 Thread Greg Wilkins
? cheers -- Greg Wilkins gr...@intalio.com http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com advice and support for jetty and cometd. ___ jetty-users mailing list jetty-users@eclipse.org https

Re: [jetty-users] Jetty SSL port does not close even maxIdleTime is reached

2014-04-10 Thread Greg Wilkins
-is-reached-tp4962355p4962383.html Sent from the Jetty User mailing list archive at Nabble.com. ___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com http

Re: [jetty-users] Apache JSP for 9.1.4 and/or 9.2.0

2014-04-10 Thread Greg Wilkins
to fix it. This because of the NullPointerExceptions: https://bugs.eclipse.org/bugs/show_bug.cgi?id=426757 Our upgrade to 9.x from 8.x was nearly halted by this and most people will not wanting to be patching javax.servlet.jsp-2.3.2.jar themselves. On 14 March 2014 13:28, Greg Wilkins gr

[jetty-users] Jetty Release 9.2.0

2014-06-05 Thread Greg Wilkins
enterprise, your cluster, your node and your webapp, or however you wish to layer your configuration. -- Greg Wilkins gr...@intalio.com http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com advice and support for jetty and cometd

Re: [jetty-users] Support needed. Bug 357240 - Jetty's 100% cpu utilization (Oracle Enterprise Manager)

2014-07-29 Thread Greg Wilkins
problems into production and it is much more economical to ask our advice first rather than to need urgent production support. regards -- Greg Wilkins gr...@intalio.com http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com advice and support

Re: [jetty-users] Jetty warning | No port for HttpChannelOverHttp

2014-08-04 Thread Greg Wilkins
@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com

[jetty-users] Jetty @ JavaOne

2014-09-18 Thread Greg Wilkins
the conference for anything from an informal chat/drink/coffee up to the full sales pitch of Webtide services - or even both!) cheers -- Greg Wilkins gr...@intalio.com http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com advice and support for jetty

[jetty-users] JavaOne Async IO presentation

2014-09-29 Thread Greg Wilkins
for discussion. Hope to see you there! -- Greg Wilkins gr...@intalio.com http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com advice and support for jetty and cometd. ___ jetty-users mailing list jetty-users

Re: [jetty-users] [jetty-dev] HTTP/2 support in Jetty 9.3.0

2014-12-12 Thread Greg Wilkins
Jeroen, We've been mostly testing with FF nightly, although I have also had positive reports of curl working fine. Note that www.webtide.com is running HTTP/2 so you should be able to test there as well. I'll give chrome a go today and report back. cheers On 11 December 2014 at 11:15,

Re: [jetty-users] [jetty-dev] HTTP/2 support in Jetty 9.3.0

2014-12-12 Thread Greg Wilkins
looks OK. I pointed it at webtide.com and I think it is http/2 - no easy way to tell, but it is using http/2 header formats :scheme: :path: etc. On 12 December 2014 at 09:28, Greg Wilkins gr...@mortbay.com wrote: Jeroen, We've been mostly testing with FF nightly, although I have also had

Re: [jetty-users] [jetty-dev] HTTP/2 support in Jetty 9.3.0

2014-12-12 Thread Greg Wilkins
What is the last commit in your repo you are using? Mine is a71cc6978ae9f25fb378813044c9415944eb3b74 what github URL? Can curl get anything from webtide.com with http2 for you? On 12 December 2014 at 11:59, Greg Wilkins gr...@mortbay.com wrote: I just tried Chromium 39.0.2171.65 Ubuntu

Re: [jetty-users] [jetty-dev] HTTP/2 support in Jetty 9.3.0

2014-12-12 Thread Greg Wilkins
hmmm I can't find curl 7.39.0 for ubuntu... On 12 December 2014 at 12:02, Greg Wilkins gr...@mortbay.com wrote: What is the last commit in your repo you are using? Mine is a71cc6978ae9f25fb378813044c9415944eb3b74 what github URL? Can curl get anything from webtide.com with http2 for you

Re: [jetty-users] ResourceCollection with jar files

2015-02-05 Thread Greg Wilkins
://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com @ Webtide - *an Intalio subsidiary* http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com advice and support for jetty and cometd

Re: [jetty-users] jetty http/2 push broken? or Chrome?

2015-02-03 Thread Greg Wilkins
from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com @ Webtide - *an Intalio subsidiary* http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com advice and support for jetty and cometd

Re: [jetty-users] Sequential pushing with HTTP/2

2015-02-03 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://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com @ Webtide - *an Intalio subsidiary

Re: [jetty-users] jetty http/2 push broken? or Chrome?

2015-02-03 Thread Greg Wilkins
mutations Feedback on that is most welcome. cheers On 4 February 2015 at 10:00, Greg Wilkins gr...@intalio.com wrote: Shawn, Tom, just a quick note to say that I'm just back from vacation and working on push from both an API and impl point of view is high on my agenda. So I'll be digesting

Re: [jetty-users] Sequential pushing with HTTP/2

2015-02-04 Thread Greg Wilkins
and move on to resource B? As far as I observed, streams are only cancelled if a timeout exception occurs (default is 15s), but there is not yet a possibility to cancel a stream from e.g. the HTTPTransportOverHTTP2 class. Kind regards, Jeroen van der Hooft On 2015-02-03 23:54, Greg Wilkins wrote

Re: [jetty-users] jetty http/2 push broken? or Chrome?

2015-03-10 Thread Greg Wilkins
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users -- Greg Wilkins gr...@intalio.com @ Webtide - *an Intalio subsidiary* http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales

[jetty-users] HTTP/2 is now RFC7540 RFC7541

2015-05-14 Thread Greg Wilkins
the new internet will work for you! -- Greg Wilkins gr...@webtide.com gr...@intalio.com - *an Intalio.com subsidiary* http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales http://www.webtide.com advice and support for jetty and cometd

Re: [jetty-users] 9.3.0 RC1 introduces dependency on Java 8?

2015-06-07 Thread Greg Wilkins
password then things fail with an exception: Hmm pity I missed this email... as fix probably wont make 9.3.0 now but I have created https://bugs.eclipse.org/bugs/show_bug.cgi?id=469579 and will do something more elegant for 9.3.1 cheers -- Greg Wilkins gr...@webtide.com gr...@intalio.com

Re: [jetty-users] [jetty-dev] Jetty Migration fron 6.1.19 to Jetty-all-9.1

2015-08-19 Thread Greg Wilkins
, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-dev -- Greg Wilkins gr...@webtide.com CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your

Re: [jetty-users] How to turn off Transfer-Encoding: Chunked when sending with jetty client

2015-11-16 Thread Greg Wilkins
be > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve you

Re: [jetty-users] .getRemoteAddr()

2015-10-02 Thread Greg Wilkins
r unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retriev

Re: [jetty-users] PATCH method in Jetty 9.2

2015-12-03 Thread Greg Wilkins
ibe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve yo

Re: [jetty-users] Long running request timeouts

2015-12-10 Thread Greg Wilkins
that generates the response. cheers -- Greg Wilkins <gr...@webtide.com> 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

Re: [jetty-users] Does Jetty Hot Deployment Support Drain Stopped

2015-12-15 Thread Greg Wilkins
start after they are all finished? > > B.R > > Bryan > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://d

Re: [jetty-users] ThreadMonitor memory leak

2015-12-22 Thread Greg Wilkins
mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com ___

Re: [jetty-users] Happy Holidays

2015-12-23 Thread Greg Wilkins
> https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe fro

Re: [jetty-users] Unix socket performance numbers

2015-11-24 Thread Greg Wilkins
here are big benefits as they are widely reported and the reason unix domain sockets persist. but I've not YET found the exemplar traffic to make them a no-brainer choice. Only an incremental improvement if you are offloading the TLS anyway. cheers -- Greg Wilkins <gr...@webtide.com

Re: [jetty-users] Unix socket performance numbers

2015-11-24 Thread Greg Wilkins
f you are happy with your current setup, then there is probably little reason to change. Simplicity is also a powerful feature... more so than throughput for many applications. However, if you do need better SSL throughput, then this approach is something to consider. cheers -- Greg Wilkins <

Re: [jetty-users] Idiomatic "create an alias" handler?

2015-11-26 Thread Greg Wilkins
e-liner. > > Regards, > > - Paul > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/l

Re: [jetty-users] Embedded Jetty - disabling default startup-log output

2015-11-26 Thread Greg Wilkins
>> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> > > > ___ > jetty-users mailing list > jetty-users@eclipse.org

Re: [jetty-users] Get server threadpool from Jersey @GET resourse

2015-11-25 Thread Greg Wilkins
as a warp() function, it would be cool if >>> ServletContext could have something similar: sc.wrap(Server.class) to get >>> the underlying server class. >>> >>> > Joakim Erdfelt / joa...@webtide.com >>> ___ >&g

[jetty-users] Unix socket performance numbers

2015-11-18 Thread Greg Wilkins
for this test mode of 1 small request per connection. HTTPS haproxy is still slow in this mode, but almost an order of magnitude better than direct! I hope to soon do some tests with a better test client. But if you want faster SSL, then this looks a promising direction. cheers -- Greg Wilkins

Re: [jetty-users] Unix socket performance numbers

2015-11-18 Thread Greg Wilkins
2 66% 2 75% 2 80% 2 90% 3 95% 3 98% 4 99% 4 100%196 (longest request) On 19 November 2015 at 14:30, Greg Wilkins <gr...@webtide.com> wrote: > > Some very early very unscientific performance numbers on unix socket > connector

Re: [jetty-users] Unix socket performance numbers

2015-11-19 Thread Greg Wilkins
+offloaded ssl. It shows the ssl performance gains are more than enough to compensate for the costs of proxying. On 19 Nov 2015 8:17 pm, "Simone Bordet" <sbor...@webtide.com> wrote: > Greg, > > On Thu, Nov 19, 2015 at 6:09 AM, Greg Wilkins <gr...@webtide.com> wrot

Re: [jetty-users] Unix socket performance numbers

2015-11-19 Thread Greg Wilkins
P > instead of Unix sockets? AFAIR Unix sockets don't allow the usage of > sendfile/splice on Linux and may therefor be slower than TCP/IP. HAProxy > uses spicing when ever possible. > > Thanks. > > cu, > Emmy > > Am 19.11.2015 um 13:11 schrieb Greg Wilkins <gr...@

Re: [jetty-users] HTTP/2 transparancy (longish)

2015-11-21 Thread Greg Wilkins
Silvio, it would also be worthwhile if you could ask the users with a client that had problems to point it at some other http/2 sites to see if they work. https://webtide.com/ would be particularly useful as it runs a recent jetty build cheers -- Greg Wilkins <gr...@webtide.com> CT

Re: [jetty-users] CPU spikes caused by Selector threads

2016-05-30 Thread Greg Wilkins
% CPU spike might suggest a bug, but a 65% spike could just be busy IO or even a DOS attack. Note that jetty-8 is end of life an no longer supported. That release is 3 years old. So updating to a 9.3.x release might be best. regards -- Greg Wilkins <gr...@webtide.com> CT

[jetty-users] Jetty 9.3.x/Windows Security Vulnerability CVE-2016-4800

2016-05-30 Thread Greg Wilkins
rt <http://www.ocert.org/advisories/ocert-2016-001.html> in finding and handling this issue. -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, re

Re: [jetty-users] CPU spikes caused by Selector threads

2016-05-31 Thread Greg Wilkins
This is the one that looked like it might be related: On 31 May 2016 at 12:43, Kohei Nozaki <kohei.noz...@l-is-b.com> wrote: > + 445953 fixed loop closing stream write > but that is only a guess and I've got no time to dig further for an EOL release... sorry. cheers -- Greg

Re: [jetty-users] Server push with standalone Jetty

2016-02-09 Thread Greg Wilkins
that the RFC seems to indicate that > Jetty, Chrome and Firefox are wrong. > > I sent an email to the HTTP/2 WG asking for a clarification. > > -- > Simone Bordet > > http://cometd.org > http://webtide.com > Developer advice, training, services and support > from the

Re: [jetty-users] Response Headers lost while using ResourceHandler.

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

Re: [jetty-users] HttpServletRequest.getScheme() returns HTTP for HTTPS request

2016-02-02 Thread Greg Wilkins
Maarten, getScheme() should work in 9.2.9 and I think it is unaffected by the refactors in 9.3 onwards. standby - let me test... On 2 February 2016 at 12:34, Maarten Boekhold <boekh...@gmx.com> wrote: > Hi, > > I've found commit 22e57ef7b727f24e41cc0040bfe47889bf3d7705

Re: [jetty-users] HttpServletRequest.getScheme() returns HTTP for HTTPS request

2016-02-02 Thread Greg Wilkins
3); On 2 February 2016 at 12:41, Greg Wilkins <gr...@webtide.com> wrote: > You have configured a secure request customizer? > > On 2 February 2016 at 12:40, Greg Wilkins <gr...@webtide.com> wrote: > >> Maarten, >> >> getScheme() should work in 9.2.9 and I think

Re: [jetty-users] HttpServletRequest.getScheme() returns HTTP for HTTPS request

2016-02-02 Thread Greg Wilkins
You have configured a secure request customizer? On 2 February 2016 at 12:40, Greg Wilkins <gr...@webtide.com> wrote: > Maarten, > > getScheme() should work in 9.2.9 and I think it is unaffected by the > refactors in 9.3 onwards. > > standby - let me test... > >

Re: [jetty-users] adding http ForwardRequestCustomizer from $JETTY_BASE

2016-01-27 Thread Greg Wilkins
Note that this module already exist in jetty master branch, which adds the customizer On 27 Jan 2016 2:05 am, "Simone Bordet" wrote: > Hi, > > On Mon, Jan 25, 2016 at 6:37 PM, Jeremy Shapiro > wrote: > > I have a reverse proxy in front of my server that

Re: [jetty-users] idleTimeout

2016-02-23 Thread Greg Wilkins
u write your servlet, specifically whether it's async or >> not. >> >> > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list,

Re: [jetty-users] Too Many Files

2016-02-27 Thread Greg Wilkins
ange your delivery options, retrieve your password, or unsubscribe from > this list, visithttps://dev.eclipse.org/mailman/listinfo/jetty-users > > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> 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://dev.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] http error 500

2016-03-14 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://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.co

Re: [jetty-users] Content Negotiation in Jetty 9.3

2016-03-28 Thread Greg Wilkins
See https://github.com/eclipse/jetty.project/issues/458 and https://github.com/eclipse/jetty.project/issues/459 On 29 March 2016 at 09:43, Greg Wilkins <gr...@webtide.com> wrote: > > Bob, > > Currently jetty doesn't have any particular support for content > negotiation. &g

Re: [jetty-users] Content Negotiation in Jetty 9.3

2016-03-28 Thread Greg Wilkins
hich case I am clueless about what is required. Nice would > be a complete functioning example. > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit >

Re: [jetty-users] Broken pipe after jetty client upgrade

2016-04-07 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://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com>

Re: [jetty-users] How to access client's TLS certificate with Jetty 8?

2016-04-05 Thread Greg Wilkins
but > didn't find anything useful. > > Thanks > Pranay > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailma

Re: [jetty-users] Can the warning about system properties and JVM args be suppressed?

2016-03-22 Thread Greg Wilkins
s, > Shawn > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-use

Re: [jetty-users] Can the warning about system properties and JVM args be suppressed?

2016-03-23 Thread Greg Wilkins
arch 2016 at 06:04, Shawn Heisey <ecli...@elyograg.org> wrote: > You are 100% correct. > There's just that little detail of writing the code. :) If you use --dry-run to discover the xml that are used, you can almost do a mechanical translation of that xml to code. cheers -- Greg W

Re: [jetty-users] Can the warning about system properties and JVM args be suppressed?

2016-03-23 Thread Greg Wilkins
want to consider is not using the deployer and hard coding just the contexts you want (see embedded examples). cheers On 24 March 2016 at 10:16, Shawn Heisey <ecli...@elyograg.org> wrote: > On 3/23/2016 4:46 PM, Greg Wilkins wrote: > > No offence taken.So just out of inte

Re: [jetty-users] Spring Boot project as a war.

2016-03-27 Thread Greg Wilkins
; jetty-users@eclipse.org >> To change your delivery options, retrieve your password, or >> unsubscribe from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> > ___ &

[jetty-users] Jetty Help Wanted @ Github!

2016-03-02 Thread Greg Wilkins
to any open source project appear as great resume fodder and we ourselves are always on the lookout for talent, both from a project perspective and Webtide itself. Keep those PRs coming! -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com ___

[jetty-users] Jetty Release Plan for 9.4.x and 10.0.x

2016-04-27 Thread Greg Wilkins
expect 10.0.0-M0 releases toward the end of the calendar year We plan to create the 9.4.x branch by the end of the week, but will first re-review the outstanding pull requests to merge anything that should be merged against master first. cheers -- Greg Wilkins <gr...@webtide.com> CT

Re: [jetty-users] Mixing jetty versions

2016-04-26 Thread Greg Wilkins
://maven.apache.org/plugins/maven-shade-plugin/ or use OSGi for full classpath hiding type stuff cheers -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery o

Re: [jetty-users] Website works but SSL Labs is reporting vulnerabilities

2016-04-21 Thread Greg Wilkins
rs mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe from > this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > > > -- > Lobos Studios | Phone: 877.919.4WEB | LobosStudios.com | > Faceboo

Re: [jetty-users] Jetty 9.2 EOL

2016-04-28 Thread Greg Wilkins
ause OpenJDK 6 and 7 are still supported by RedHat, wouldn't it be a > good idea to keep supporting 9.2 only for bug fixes? > > Kind regards, > > Martijn Brinkers > > > ___ > jetty-users mailing list > jetty-users@eclipse

Re: [jetty-users] How to configure max requests per connection in Jetty 8?

2016-04-25 Thread Greg Wilkins
s - > https://www.w3.org/Protocols/HTTP/1.1/draft-ietf-http-v11-spec-01#Keep-Alive > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, vis

[jetty-users] Jetty Release 9.3.9.v20160517

2016-05-19 Thread Greg Wilkins
chars + 571 AbstractAuthentication.matchesURI() fails to match scheme + 572 Don't reject HTTP/2 requests without body in low threads mode + 486530 Handler added to WebAppContext prevents ServletContext initialization -- Greg Wilkins <gr...@webtide.com> CTO

Re: [jetty-users] Issue of library conflict when deploying multiple web applications

2016-05-10 Thread Greg Wilkins
ers mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com _

Re: [jetty-users] Jetty 4.x - Server Banner Disclosure

2016-05-10 Thread Greg Wilkins
.5.0_11) >>> >>> I know in the newer versions of Jetty support jetty.send.server.version >>> then to jetty.httpConfig.sendServerVersion. >>> >>> Please advise. >>> >>> Thank you. >>> >>> System.out.print

Re: [jetty-users] jsp folder in random location

2016-05-17 Thread Greg Wilkins
g list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <gr...@webtide.com> CTO http://webtide.com _

  1   2   3   4   >