Re: Need help to capture both HTTP Request and its Corresponding HTTP Response inside same Interceptor

2019-08-26 Thread Andriy Redko
Hi Vishvesh, You could implement the desired use case using Correlation Id, which could be propagated along with request to Kafka topic (using headers fe). Using this Correlation Id, the responses could be published to Kafka topic, and later matched to the request. For JAR-RS, it is even simpl

Access Denied for CXF release notes.

2019-08-26 Thread Erwin Hogeweg
Hi, I am getting an Access Denied when attempting to view the release notes from here: https://cxf.apache.org/cxf-3118-release-notes.html Not sure if that is intentional. Cheers, Erwin Erwin Hogeweg CTO 3690 Airport Road Boca Raton, FL 33431 P. +1 (954) 556-6565 M. +1 (561) 306-7395 F. +1 (

Re: Access Denied for CXF release notes.

2019-08-26 Thread Andriy Redko
Hi Erwin, This is not supposed to be protected. I just tried it, even with `curl`, and things work as expected, showing the web page. Any chance you have proxies or other means to go through? Thanks. Best Regards, Andriy Redko EH> Hi, EH> I am getting an Access Denied when attempting to

Re: Access Denied for CXF release notes.

2019-08-26 Thread Andriy Redko
Hi Erwin, My bad, looked at wrong link, it is indeed inaccessible, looks messed up, we'll fix it shortly. The right link is this one [1], could you please check it out? Thank you. [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12344246 Best Regards, A