Hi,
note to the the email about security documentation:
there is a section about security in the user guide:
https://jersey.java.net/documentation/latest/security.html
Anyway, I agree that a security related sample could be useful.
thanks
Mira
On 07/08/2013 01:54 AM, buko wrote:
> Stefan,
>
> Thanks. This is pretty cool. I'm surprised there aren't more examples
> about authentication and Jersey. Besides [1] and the short section on
> client authentication I couldn't find much else. This is a pretty
> common use case so there should probably be better docs.
>
> [1]
> https://github.com/jersey/jersey/blob/master/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/SecurityFilter.java
>
>
> On Fri, Jul 5, 2013 at 7:20 PM, Stefan Katerkamp <stefan_at_katerkamp.de
> <mailto:stefan_at_katerkamp.de>> wrote:
>
> Hi,
>
> just to let you know:
>
> I needed Http client Digest authentication for my Glassfish 4 app.
> I could not find any auth filter for it, so I wrote my own.
>
> I works fine for me, it may need further testing. Feel free to try
> evaluate it and possibly integrate it with the distribution.
>
> Code can be found here: http://katerkamp.de/software/jersey/
>
> BR
> Stefan Katerkamp
>
>