pax web default and error handler override

2018-02-04 Thread Maurice Betzel
Dear community, what is the best way to override the Jetty default org.eclipse.jetty.server.handler.DefaultHandler and ErrorHandler? By jetty.xml DI configuration or can this be done by pax web services, and if yes are there any examples? Other suggestions also welcome. -- --

Re: pax web default and error handler override

2018-02-04 Thread Grzegorz Grzybek
Hello "The handler" of single Jetty server inside pax-web is org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection - which is kind of "entry point" from Jetty to pax-web. You generally should not change it. In pax-web, the server is org.ops4j.pax.web.service.jetty.internal.JettySer

[PAX WEB] Update master to 8.0.0-SNAPSHOT and create 7.0.x branch

2018-02-04 Thread Jean-Baptiste Onofré
Hi guys, In order to upgrade to Jetty 9.4.x without bringing OSGi R7 on the table, I will do the following: - Change version on master to 8.0.0-SNAPSHOT - Create a branch 7.0.x based on latest 6.1.x - Upgrade to Jetty 9.4.x on both master and 7.0.x branches Any objection ? Regards JB -- -- -

Re: [PAX WEB] Update master to 8.0.0-SNAPSHOT and create 7.0.x branch

2018-02-04 Thread 'Achim Nierbeck' via OPS4J
Fine with me. regards, Achim 2018-02-05 7:58 GMT+01:00 Jean-Baptiste Onofré < jeanbaptiste.ono...@gmail.com>: > Hi guys, > > In order to upgrade to Jetty 9.4.x without bringing OSGi R7 on the table, > I will > do the following: > > - Change version on master to 8.0.0-SNAPSHOT > - Create a branch