Kevin,I had written some code without Spring but JAX-WS, not JAX-RS. If you
want to take a look, here it is.
https://github.com/abhijitsarkar/java-ee/tree/master/webservices/jax-ws/jaxws-instrumentation
Best,Abhijit Sarkar
> Date: Mon, 31 Mar 2014 21:29:05 +0800
> From: [email protected]
> Subject: 回复: How to configure CXF Jas-RS to use RequestHandler without spring
> To: [email protected]
>
> Sorry, I mean how to config CXF Jax-rs to use RequestHandler (Filter) to
> implement Basic Authentication without Spring. Thanks
>
>
> Kevin Cai <[email protected]> 于 2014年3月31日, 星期一, 9:26 下午 写道:
>
> Dear all,
>
> Seems that all config docs of CXF are all about config cxf with Spring. I
> would like to know how to config CXF Jax-rs to use RequestHandler (Filter) to
> implement Basic Authentication. Thanks.
>
>
> Yours,
> Kevin Choi