Pax exam - how does it create bundle with integration tests?

2016-07-21 Thread iJava
Hello all As I understand pax exam takes integration tests and puts them in separate bundle. So , as I understand, pax exam can create osgi bundles on the fly. Can anyone say what code does it (library, project, packages etc). Just a place I could take look at. Best regards -- --

Re: Disabling HTTP "Server" response header

2016-07-21 Thread Oliver Lietz
On Wednesday 20 July 2016 07:39:28 Silvano Maffeis wrote: > Hi Hi Silvano, > Is it possible to configure the org.eclipse.jetty.server.HttpConfiguration > "sendServerVersion" property via PAX-WEB? > I would like to disable the sending of the "Server" HTTP response header. > > Or is there