Re: Unit test failures on build

2017-09-15 Thread 'Achim Nierbeck' via OPS4J
Tevor, first of all welcome to the community. Even though you found out it's a self-inflicted issue you ran into, don't hesitate to ask on this list. Sometimes answers will take a bit longer but usually somebody is available to help :) regards, Achim 2017-09-15 22:59 GMT+02:00 Grzegorz Grzybek

Re: Any plans on extending the 4.4.x stream?

2017-09-15 Thread 'Achim Nierbeck' via OPS4J
Hi Trevor, you still could try out with the 4.3 line. It might already contain what you need. Regarding Jira and PR, yes, please a Jira with a PR that contains the jira number. This way we always can make sure which commit belongs to which version. One thing though, as 6 is the actually last

Re: Any plans on extending the 4.4.x stream?

2017-09-15 Thread Grzegorz Grzybek
Hello Trevor See https://ops4j1.jira.com/wiki/spaces/paxweb/blog/ - in August I've released both 4.4.1 and 4.3.4. If you like please create PAXWEB jira issue or just let me know about required Jetty update and I can release 4.3.5 or 4.4.2 if you like (even 4.2.x) regards Grzegorz Grzybek

pax-web - httpcontext is called even for urls outside its context

2017-09-15 Thread Martin Lichtin
Environment: Karaf 4.0.9 Using Camel to register as a servlet like I noticed that the httpContext is called also for requests outside /rest. How come? For example, making a request for /foo, I see 2017-09-15 19:27:12,236 | DEBUG | qtp770314750-202 |

Unit test failures on build

2017-09-15 Thread Trevor Brown
I apologize if this is a new guy mistake, but I'm getting these unit test errors when I try to build the 4.4.1 branch on my local system: [INFO] [INFO] Building OPS4J Pax Web - Integration Jetty Container Tests 4.4.1

Re: Unit test failures on build

2017-09-15 Thread Grzegorz Grzybek
Hello Looks like tests in this branch weren't updated recently. The certificate used in the tests expired on "Jan 14, 2013 11:51:59 PM CET" (pax-web-itest/pax-web-itest-container/pax-web-itest-container-jetty/src/test/resources/keystore) regards Grzegorz Grzybek 2017-09-15 22:12 GMT+02:00

Any plans on extending the 4.4.x stream?

2017-09-15 Thread Trevor Brown
Hi all, My company is using Pax Web 4.2.7 right now. Unfortunately the version of Jetty in that release (and actually all Pax Web releases, it seems) is vulnerable to a timing channel attack (see https://github.com/eclipse/jetty.project/issues/1556 for details). I started looking at options,

Re: Any plans on extending the 4.4.x stream?

2017-09-15 Thread Niclas Hedhman
I suggest that you submit the PR. That is the easy part. Question is if there is someone willing to do the release. If you are, then great... if not, you would need to convince (charm, beer, bribe, threat...) someone to do it. Cheers Niclas On Sat, Sep 16, 2017 at 5:04 AM, Trevor Brown