Hi,
I would like to add an authentication method (basic, digest...) using the
jersey client/server.
I was thinking of adding the specific authentication header and add a filter
to check that header on
the server side.
Do you know if there's a better way to manage it?
Denis