Laurie Young wrote:

> Hi
> 
> Unfortunatly that book as not yet been published in the UK. Is there any
> cahnge you coudl send me some details on how to go about doing this?


Laurie,

Are you just looking for the basic servlet accessor methods? In that case:

An entry in the jGuru FAQ should give you a pointer:
http://www.jguru.com/faq/view.jsp?EID=566243

basically:

X509Certificate returnCert = null;
returnCert = (X509Certificate) / 
req.getAttribute("javax.servlet.request.X509Certificate");

req being your HttpServletRequest, obviously...

Theres a surprisingly small amount of stuff on this out there (for lazy Google 
users like me, anyway)

c



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to