[Bug 274] New - request.getUserPrincipal() doesn't work when user is authenticated with a X509 client certificate. BugRat Report#516

2001-03-09 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=274 *** shadow/274 Fri Mar 9 19:12:21 2001 --- shadow/274.tmp.11949Fri Mar 9 19:12:21 2001 *** *** 0 --- 1,17 + ++ + | request.getUserPrin

RE:RE: Réf. : RE: X509 client certificate (Mr. McClanahan, please take alook at this)

2000-12-18 Thread horn_ken
The type is javax.servlet.request.X509Certificate[] ?? ie an array not a single instance.. [EMAIL PROTECTED] on 18/12/2000 05:03:48 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] (bcc: Ken X Horn) Subject: RE:RE: Réf. : RE: X509 client certificate

RE:RE: Réf. : RE: X509 client certificate (Mr. McClanahan, please take alook at this)

2000-12-18 Thread jerome . camilleri
Excuse for my determination but my problem was not solve... After change my serveur.xml to clientAuth="true"  like Craig R. McClanahan said, I fall again on my first exception when I try to extract the certificate request because object associate with ùrequest attributes nameés 'javax.servlet.

Re: Réf. : RE: X509 client certificate

2000-12-15 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > > hello stefan, > > I prefere having two answer than any, so thank you for you help but... > when I try with tomcat 4.0-m5 to sniffe my https request, I obtain this > Request attributes : > Request attributes: > filters.ExampleFilter.SERVLET_MAPPED = > InvokerFilter(A

RE: Réf. : RE: X509 client certificate (Mr. McClanahan, please take a look at this)

2000-12-15 Thread Stefán F. Stefánsson
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 15. desember 2000 14:30 To: [EMAIL PROTECTED] Cc: Stefán F. Stefánsson Subject: Réf. : RE: X509 client certificate hello stefan, I prefere having two answer than any, so thank you for you help but... when I try with tomcat 4.0-m5 to sniffe my https

Réf. : RE: X509 client certificate

2000-12-15 Thread jerome . camilleri
ds Jérôme Stefán F. Stefánsson <[EMAIL PROTECTED]> 14/12/00 09:58                 Pour :        <[EMAIL PROTECTED]>         cc :                 Objet :        RE: X509 client certificate woops... Seems like your mail has already been answered by Craig. As he said... you aparantly

Re: Réf. : RE: X509 client certificate

2000-12-13 Thread Craig R. McClanahan
      Objet :    RE: X509 client certificate   Hi Alexandre. I'm not sure I fully understand your question but let me see if I can help you at all. The addSecureEndpoint method of EmbededTomcat used to be just like the one you described below.  I added the addSecureEndpoint(in

Réf. : RE: X509 client certificate

2000-12-13 Thread jerome . camilleri
L PROTECTED]>         cc :                 Objet :        RE: X509 client certificate Hi Alexandre. I'm not sure I fully understand your question but let me see if I can help you at all. The addSecureEndpoint method of EmbededTomcat used to be just like the one you described below.  I adde

RE: X509 client certificate

2000-12-04 Thread Stefán F. Stefánsson
desember 2000 00:16 To: [EMAIL PROTECTED] Subject: X509 client certificate I tried to make Tomcat changing the following parameter of addSecureEndpoint in src/share/org/apache/tomcat/startup/EmbededTomcat.java: public void addSecureEndpoint( int port, InetAddress addr, String hostname,

X509 client certificate

2000-12-02 Thread Alexandre A. Drummond Barroso
I tried to make Tomcat changing the following parameter of addSecureEndpoint in src/share/org/apache/tomcat/startup/EmbededTomcat.java: public void addSecureEndpoint( int port, InetAddress addr, String hostname, String keyFile, String keyPass ) {