Re: [jetty-users] Session invalidation

2021-02-26 Thread Peter Ondruška
https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#getSession() getSession() Returns the current session associated with this request, or if the request does not have a session, creates one. I think you wanted to use getSession(false). -Original Message

Re: [jetty-users] File locking when Jetty service is up(Need to lock the Web ARchieve preventing the file from tampering when the Jetty service is up and running)

2019-07-17 Thread Peter Ondruška
Dear Deepak, you should seriously consider using (Docker) container to run your application. It will solve your problem and has additional benefits. Regards, Peter On Wed, 17 Jul 2019 at 14:41, deepak dhandapani wrote: > Hello Jan, > > Add on to the above, the link I posted in the first mail

Re: [jetty-users] Unable to set friendly "from" name in mail.from property in jndi session configured in jetty

2017-08-23 Thread Peter Ondruška
Hi, This is not problem with Jetty. Javamail that is used to send emails has no property to set friendly sender name. Peter On 23 August 2017 at 10:46, Raffaele Gambelli < r.gambe...@hitachi-systems-cbt.com> wrote: > Hi all, > > I'm running jetty 9 and configured jndi javamail session to send e

Re: [jetty-users] Minify JavaScript and CSS with the help of Jetty?

2016-07-17 Thread Peter Ondruška
You do not want that really. My advise would be to pre-create minified versions and look at http://www.eclipse.org/jetty/documentation/9.4.x/gzip-filter.html --create your own similar handler that will serve minified version of JS/CSS if they are available. On 17 July 2016 at 20:18, Alexander Farb

[jetty-users] HTTP 2 with Simone Bordet

2016-05-19 Thread Peter Ondruška
https://youtu.be/snE9TqGASas HTTP 2.0 is supposed to be the next big thing for the web, after the overwhelming success of HTTP 1.1. In this interview he examines the HTTP 2.0 protocol, what is the status of its specification, what features does it offer over HTTP 1.1, and how websites can benefit

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

2016-04-22 Thread Peter Ondruška
n't matter - TLS 1.0 is still not available. > > Tried putting all of the CA certs in the keystore with the website certs, > too. No love. > > On 4/21/2016 11:23 PM, Peter Ondruška wrote: > > As for the broken certificate chain, are you sure you included all the >

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

2016-04-21 Thread Peter Ondruška
As for the broken certificate chain, are you sure you included all the certificates in chain (including root, all intermediaries)? On 21 April 2016 at 23:47, Steve Sobol - Lobos Studios < st...@lobosstudios.com> wrote: > Ok. This is not cool. After the upgrade to 9.3.8 and a modification of my >

Re: [jetty-users] How to set the X-FRAME options in Jetty 9?

2015-09-27 Thread Peter Ondruška
e . > > > Thanks, > Vamsy. > > On Sun, Sep 27, 2015 at 11:49 AM, Peter Ondruška < > peter.ondruska+je...@kaibo.eu > > wrote: > >> This is not Jetty specific if you deploy standard web application. Just >> add a filter that adds header to response. Let

Re: [jetty-users] How to set the X-FRAME options in Jetty 9?

2015-09-27 Thread Peter Ondruška
This is not Jetty specific if you deploy standard web application. Just add a filter that adds header to response. Let me know if you need source. On Sunday, 27 September 2015, Vamsy Rajuru wrote: > >> I am new to Jetty server. >> >> As part of our web inspect scan i need to set the X-FRAME-OPTI

Re: [jetty-users] Jetty SNI - Where's ExtendedSslContextFactory?

2015-08-07 Thread Peter Ondruška
Try https instead of http. Peter On 8 Aug 2015 8:51 am, "Steve Sobol - Lobos Studios" wrote: > argh. SourceTree keeps insisting that the Git URI listed on this page > > > http://www.eclipse.org/jetty/documentation/9.3.0.v20150612/contributing-source-build.html > > isn't a valid Git URI. > > I'm

Re: [jetty-users] Jetty 9.2.3.v20140905 / 8.1.16.v20140903 / 7.6.16.v20140903 Released!

2014-09-12 Thread Peter Ondruška
rvices and support from from the Jetty & CometD experts > > eclipse.org/jetty - cometd.org > > > > > > On Fri, Sep 12, 2014 at 9:08 AM, Peter Ondruška > > wrote: > >> > >> Dear Jesse, > >> > >> any chance maven repo gets updated

Re: [jetty-users] Jetty 9.2.3.v20140905 / 8.1.16.v20140903 / 7.6.16.v20140903 Released!

2014-09-12 Thread Peter Ondruška
-- > Joakim Erdfelt > webtide.com <http://www.webtide.com/> - intalio.com/jetty > Expert advice, services and support from from the Jetty & CometD experts > eclipse.org/jetty - cometd.org > > > On Fri, Sep 12, 2014 at 9:08 AM, Peter Ondruška < > peter.ondruska+je...

Re: [jetty-users] Jetty 9.2.3.v20140905 / 8.1.16.v20140903 / 7.6.16.v20140903 Released!

2014-09-12 Thread Peter Ondruška
Dear Jesse, any chance maven repo gets updated as well. Thanks On 9 September 2014 18:50, Jesse McConnell wrote: > We are pleased to announce the availability of Jetty 9.2.3, Jetty > 8.1.16 and Jetty 7.6.16! > > The Jetty 9 release is a standard point release with 25 total issues > resolved. T

Re: [jetty-users] seeing slow jetty perf on EC2

2014-09-11 Thread Peter Ondruška
Check what Java runtime do you use and try 32 v 64 bits. Peter On 11 Sep 2014 21:11, "Seth White" wrote: > Hi all, > > If I run jetty locally (Windows 7 box) and do a simple GET request, I can > do 28K requests per second. If I try the same test on an EC2 instance > (C3Large) I can only do ~3700

Re: [jetty-users] Jetty server set up & Java code deployment

2014-09-08 Thread Peter Ondruška
Hourly rate: € 19 +VAT Estimate: 1 hour based on your specification ;-) On 8 September 2014 21:45, Mike Wilt wrote: > Hi: > > I am seeking a Jetty expert to help me set up and secure a Jetty 9 > server via Rackspace. It's for a web application. > > Email me with your hourly rate or an estimate

Re: [jetty-users] Jetty 9.2.2.v20140723 Released!

2014-07-24 Thread Peter Ondruška
Dear Joakim, please, would you update the download site, it still has: stable-9: download apidocs xref Stable 9.2.1.v20140609 and the link stable-9: jetty-distribution-9.2.1.v20140609 Thanks On 24 July 2014 20:34, Joakim Erdfelt wrote: > We are pleased to announce the availability of Jetty 9

[jetty-users] release 9.2.0

2014-05-28 Thread Peter Ondruška
Hello, have you forgotten to announce 9.2.0? Or I missed that? :-) http://download.eclipse.org/jetty/stable-9/dist/ Peter ___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Jetty 9.1.5.v20140505 Released!

2014-05-06 Thread Peter Ondruška
Sorry, I see it just few lines below. But wonder why is it not "Stable"? On 6 May 2014 09:36, Peter Ondruška wrote: > Dear Jesse, > > could you check the "Distribution Downloads", it still has 9.1.4, no > 9.1.5. Thanks > > > On 5 May 2014 23:30, Jesse

Re: [jetty-users] Jetty 9.1.5.v20140505 Released!

2014-05-06 Thread Peter Ondruška
Dear Jesse, could you check the "Distribution Downloads", it still has 9.1.4, no 9.1.5. Thanks On 5 May 2014 23:30, Jesse McConnell wrote: > We are pleased to announce the availability of Jetty 9.1.5! > > Close to 20 issues have been resolved in this release and we encourage > folks > to updat

Re: [jetty-users] Restrict a single webapp to localhost

2014-04-15 Thread Peter Ondruška
You can also bind to localhost only: OPTIONS=--module=server,http jetty.host=localhost should work for you(?) On 15 April 2014 14:49, Thomas Scheffler wrote: > Am 11.02.2014 09:01, schrieb Thomas Scheffler: > >> Hi, >> >> I have a single webapp that should only be accessible by request from >> l

Re: [jetty-users] Does openSSL CVE-2014-0160 effect jetty users?

2014-04-09 Thread Peter Ondruška
Jetty uses Java VM's SSL, not OpenSSL. On Wednesday, 9 April 2014, maarten ligtvoet wrote: > Does the openSSL heartbleed bug effect jetty users? > > See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0160 > The (1) TLS and (2) DTLS implementations in OpenSSL 1.0.1 before 1.0.1g do > no

[jetty-users] java.io.IOException: Cannot read file: modules\npn\npn-1.7.0_51.mod

2014-02-11 Thread Peter Ondruška
Have a look in list archive, there is a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=426003 detecting NPN for newest JDK. See my post on resolution. On Tuesday, 11 February 2014, Eliza Nguyen > wrote: > Please help. I just downloaded jetty 9.1.1.v2014019. I got the below > error. I am no

Re: [jetty-users] Problem upgrading Jetty

2014-02-01 Thread Peter Ondruška
different, so something was changed (I can't > see any relevant in changelog) > 2) the output says WARNING, but in fact this is a blocking error (jetty > exit) > > Maybe this beahviour is due to some of my conf, but I can't see which one > > Thanks to everyone for th

Re: [jetty-users] Problem upgrading Jetty

2014-02-01 Thread Peter Ondruška
Start Jetty from shell with same arguments as with upstart, what output does that? On Saturday, 1 February 2014, Simone Bordet wrote: > Hi, > > On Sat, Feb 1, 2014 at 3:12 PM, Andrea Cappelli > > > wrote: > > Looking closer the info provided by --list-config always seems correct, > so I > > tri

Re: [jetty-users] NPN for JRE 1.7.0_51 with 9.1.1.v20140108

2014-01-17 Thread Peter Ondruška
Thanks :-) On 17 January 2014 08:49, Simone Bordet wrote: > Hi, > > On Fri, Jan 17, 2014 at 8:13 AM, Peter Ondruška > wrote: > > Hello, > > > > I just updated my OSX JRE to 1.7.0_51 and with Jetty 9.1.1.v20140108 I > get > > this: > > > > jav

[jetty-users] NPN for JRE 1.7.0_51 with 9.1.1.v20140108

2014-01-16 Thread Peter Ondruška
Hello, I just updated my OSX JRE to 1.7.0_51 and with Jetty 9.1.1.v20140108 I get this: java.io.IOException: Cannot read file: modules/npn/npn-1.7.0_51.mod at org.eclipse.jetty.start.Modules.registerModule(Modules.java:405) at org.eclipse.jetty.start.Modules.registerAll(Modules.ja

Re: [jetty-users] Logout with FORM Authentication

2013-12-09 Thread Peter Ondruška
Use a servlet that calls session.invalidate() On 9 December 2013 15:56, cynricshu wrote: > Hi guys, > > I’m using FormAuthenticator, and I can successfully login, but I don’t how > to logout. > Does anyone have an idea? > > > Best regards, > Cynric Shu > > > ___

Re: [jetty-users] unhide some jetty classes

2013-11-22 Thread Peter Ondruška
yment to the "/" contextPath. > > Good luck > > -- > Joakim Erdfelt > webtide.com <http://www.webtide.com/> - intalio.com/jetty > Expert advice, services and support from from the Jetty & CometD experts > eclipse.org/jetty - cometd.org > > > On

Re: [jetty-users] unhide some jetty classes

2013-11-21 Thread Peter Ondruška
y.util.ssl. This is fresh 9.1 stable. Probably the docs are not finished yet and therefore the problems. On 21 November 2013 10:25, Lothar Kimmeringer wrote: > Am 20.11.2013 21:34, schrieb Peter Ondruška: > > I am trying to unhide ( >

[jetty-users] unhide some jetty classes

2013-11-20 Thread Peter Ondruška
I am trying to unhide ( http://www.eclipse.org/jetty/documentation/current/jetty-classloading.html#configuring-webapp-classloading) some Jetty classes (org.eclipse.jetty.util.ssl.) but I do something wrong? My xml is: -org.eclipse.jetty.util.ssl. But it fails with: 2013-11-20 21:33:

Re: [jetty-users] setting PID with embedded jetty

2012-04-12 Thread Peter Ondruška
$$ in Unix shell should tell you last process PID Something like: java -jar .. echo $$ > /tmp/myjavapid kill ` cat /tmp/myjavapid ` On Thu, Apr 12, 2012 at 4:14 PM, S Ahmed wrote: > when using embedded jetty, you start the process using; > > java -jar > > Is it possible to set a PID so you