[jboss-user] [JBoss Portal] - Re: how to skip login.jsp when using ldap

2007-07-11 Thread bvogt
for portal 2.4 we needed the same... One solution could be modifying: core/src/resources/portal-server-war/login.jsp like: % | final String userIDHeaderAttribute = userID; | String userIDHeaderValue = request.getHeader(userIDHeaderAttribute); | | if ((userIDHeaderValue != null)

[jboss-user] [JBoss Portal] - Re: how to skip login.jsp when using ldap

2007-07-09 Thread ian.ouzounov
to the above scenario I should add that, I'm getting the username from the servlet request header don't care for password, since the user has been authenticated before entering the portal. thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062173#4062173 Reply