users@glassfish.java.net

Does ACC answer HTTP BASIC AUTH?

From: Markus Karg <karg_at_quipsy.de>
Date: Wed, 20 May 2009 09:35:51 +0200

My EJB based application provides a swing GUI running in GlassFish's
ACC. Thanks to @RolesAllowed at some SBs, ACC shows a login dialog.
Nice. :-)

 

But now my client must call a JAX-RS context (Servlet), secured by BASIC
AUTH.

 

Will ACC handle this automatically, or how can I solve this?

 

Thanks

Markus