I found a hack to do that, with a much more complicated implementation:
http://hansonchar.blogspot.com/2008/04/tomcat-55-ssl-programming-puzzle.html On Fri, Apr 11, 2008 at 11:35 AM, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote: > I thought that is the only way. Is there any other way to get hold of the > client cert? > > ++Vamsi > > On Fri, Apr 11, 2008 at 1:52 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > > > Hanson Char wrote: > > > > > Finally, I found at least one answer to this problem: > > > > > > > If you read the spec, there are simpler ways: > > <spec-quote section="SRV.4.7"> > > If there is an SSL certificate associated with the request, it must be > > exposed by the servlet container to the servlet programmer as an array > of > > objects of type java.security.cert.X509Certificate and accessible via a > > ServletRequest attribute of javax.servlet.request.X509Certificate. > > </spec-quote> > > > > Mark > > > > > > --------------------------------------------------------------------- > > To start a new topic, e-mail: users@tomcat.apache.org > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >