Re: conflicts with the registered path

2016-02-22 Thread Sergey Beryozkin
Not really - can you debug JettyHTTPServerEngine and check if this property is actually recognized at runtime. FYI, I'm only assuming that update I was referring to is relevant, might not be. So start with confirming this property is indeed seen as being set, in JettyHTTPServerEngine.shouldCheck

Re: conflicts with the registered path

2016-02-22 Thread ravi473
Thanks for reply . I have added the system property as you suggest but there is no difference .Can you please suggest me if have any other way to get out of the problem. Cheers, ravi -- View this message in context: http://cxf.547215.n5.nabble.com/conflicts-with-the-registered-path-tp5766073p

Re: conflicts with the registered path

2016-02-22 Thread Sergey Beryozkin
Hi I recall there was some work added to avoid some side-effects related to running multiple CXF Jetty endpoint on the overlapping paths, but then it caused issues for some existing deployments (like yours) so a property "org.apache.cxf.transports.http_jetty.DontCheckUrl" was added. It can b

RE: conflicts with the registered path

2014-10-08 Thread Jason Pell
Thank you. > > Regards > Raman > > -Original Message- > From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] > Sent: Wednesday, October 08, 2014 2:53 PM > To: users@cxf.apache.org; d...@cxf.apache.org > Subject: Re: conflicts with the registered path > > Hi > >

RE: conflicts with the registered path

2014-10-08 Thread Malisetti, Ramanjaneyulu
That helps. We will wait for 3.0.2. Thank you. Regards Raman -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Wednesday, October 08, 2014 2:53 PM To: users@cxf.apache.org; d...@cxf.apache.org Subject: Re: conflicts with the registered path Hi Redirecting

Re: conflicts with the registered path

2014-10-08 Thread Sergey Beryozkin
Hi Redirecting to the users list Apparently supporting overlapping addresses was causing issues in other cases where the Jetty transport was used and it was restricted in 3.0.1. CXF 3.0.2 (the release process is about to start) has a "org.apache.cxf.transports.http_jetty.DontCheckUrl" system