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
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