Re: Hey, How to get the client certificate information in my JSP page?

2010-08-16 Thread Rainer Jung

On 16.08.2010 05:59, Mr Shelly wrote:

I used Tomcat 5.5, and set the clientAuth="true". ref:
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
How to get the client certificate information in my JSP page?
I use request.getHeader('SSL_CLIENT_S_DN_CN'), but got the Null value.

anybody help me? and Thank you.


The Tomcat developers list is used to discuss the developmnt of Tomcat 
itself. Any questions concerning the use of Tomcat should be directed to 
the users list. To subscribe, send mail to


   users-subscr...@tomcat.apache.org

Regards,

Rainer


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49726] JSP 2.2 new configuration element under works incorrectly on tomcat trunk

2010-08-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49726

Wang Guangzhe  changed:

   What|Removed |Added

   Severity|normal  |major

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49749] SSO cookie should be added as HttpOnly

2010-08-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49749

--- Comment #1 from dheine...@gmail.com 2010-08-16 13:04:28 EDT ---
Since the setting of HttpOnly should be controlled by the useHttpOnly attribute
of the context, the code should probably read:

798- response.addCookie(cookie)
798+ response.addCookieInternal(cookie, request.getContext.getUserHttpOnly());

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49757] New: correcting some generics related warnings

2010-08-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49757

   Summary: correcting some generics related warnings
   Product: Tomcat 7
   Version: 7.0.2
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: trivial
  Priority: P2
 Component: Catalina
AssignedTo: dev@tomcat.apache.org
ReportedBy: glip...@gmail.com


Patch attached. Thanks

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49757] correcting some generics related warnings

2010-08-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49757

--- Comment #1 from Gábor  2010-08-16 13:15:57 EDT ---
Created an attachment (id=25893)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25893)
Diff attached

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49758] New: [Patch] Generics warnings - rawtypes

2010-08-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49758

   Summary: [Patch] Generics warnings - rawtypes
   Product: Tomcat 7
   Version: unspecified
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
AssignedTo: dev@tomcat.apache.org
ReportedBy: s...@apache.org


Created an attachment (id=25894)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25894)
Fix up some raw type warnings

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org