adam.urban schrieb:
> The next step is to read out some attributes about a client-
> certificate to know something about the user.
>
> I found the following code snippet:
>
> Object o =
> request.getAttribute("javax.servlet.request.X509Certificate");
If you're inside a RemoteServiceServlet replace
request.getAttribute
with
getThreadLocalRequest().getAttribute
The rest should be same as you posted as example.
Regards, Lothar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---