Re: forward SSL-Certificate to ActionContext with Tomcat Native

2006-07-27 Thread Florian Rock
Hello, the answer is very simple: this is a bug in APR components (the https connector) http://issues.apache.org/bugzilla/show_bug.cgi?id=37869 thats the reason why i don't able to use apr :( greets Florian Florian Rock schrieb: > Hello guys, > > I verify clients by Certificate in my Applicatio

forward SSL-Certificate to ActionContext with Tomcat Native

2006-07-10 Thread Florian Rock
Hello guys, I verify clients by Certificate in my Application. X509Certificate[] certs = (X509Certificate[])context.getRequest().getAttribute("javax.servlet.request.X509Certificate"); this works fine with connector like: but i want to use Apache Portable Runtime with Tomcat (libtcnative). becau