DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34471>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34471

           Summary: Java-Request-Attribut
                    “java.security.cert.X509Certificate” = null
           Product: Tomcat 4
           Version: 4.1.27
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Connector:JK/AJP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Apache2.0.48-128 with modjk and Tomcat 4.1.27-37
Java-Request-Attribut “java.security.cert.X509Certificate” returns null

<%
  java.security.Principal principal = request.getUserPrincipal();
  if (principal == null) {
    out.println("request.getUserPrincipal() == null");
  } else {
    out.println("principal.getName() = " + principal.getName());
  }
%>

Plattform: IBM PowerPC
OS: SLES9
JDK: IBM 1.4.2

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to