11-28-07 06:27 PM
My application is configured in the deployment descriptor web.xml in the fol
lowing way:<br />
<br />
<security-constraint><br />
<display-name>Client Certificate to autenticate on web sphere</disp
lay-name><br />
<web-resource-collection><br />
<web-resource-name>Protected Area</web-resource-name><br />
<!-- Define the context-relative URL(s) to be protected --><br />
<url-pattern>/*</url-pattern><br />
</web-resource-collection><br />
</security-constraint><br />
<br />
<login-config><br />
<auth-method>BASIC</auth-method><br />
</login-config><br />
<br />
I was hoping that the request.getRemoteUser() return the name of the user th
at is assign in the email field of the certificate but returns me null!<br /
>
<br />
Is necessary to configured something in WebSphere Application Server ND? And
in the Web Server configurations?<br />
<br />
<br />
<br />
Thanks,<br />
Nuno
[ Post a follow-up to this message ]
|