request.getUserPrincipal() returns null
843842Nov 15 2009 — edited Nov 18 2009I have mutual authentication setup for one my web-apps. A user will make a request to the web-app and be prompted by the browser to select a client/personal certificate for authentication. Once selected, the request is sent, but on the server-side when I try and get the Principal from request.getUserPrincipal() to get some certificate properties, its always null. Why is this?
thanks