Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty JAX-WS Context handler and authentication

On Jan 7, 2012, at 17:36 , ny07636 wrote:

> Hi,
>     I’ve recently successfully implemented a JAX-WS service using Jetty 8 ( 8.0.4 ) and the JAXWS2SPI package ( 7.0.1 ).   Jetty is embedded and configuration is done through code rather than xml.  I’m using an Endpoint to publish the service.  This works perfectly ( Jetty is a great tool ).
>  
> However has anyone been able to successfully implement authentication ( BASIC or higher even ) when using an Endpoint and the JAXWS2SPI package ?

I think you might have run into this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=365947

// Henrik

Back to the top