Skip to Content
0
Former Member
May 13, 2008 at 10:49 AM

Portal Logon Page - Store & exchange j_user-value

24 Views

Hello

First of all: I'm not quite sure if this topic belongs to WebAS / CustomLoginModule or to Portal/CustomLogonPage...

I made a custom login module which uses an implementation of the HttpServletRequestWrapper- in combination with an implementation of the Servlet.Filter-classes.

The Filter-class filters the user input and exchanges the j_user-value (firstname.lastname) with the corresponding uniqueID by using UMFactory and so on.

The problem is that if the logon-process fails (e.g. if the password is wrong) the browser returns to the logon-page and shows the exchanged value (uniqueID) instead of the user-input (firstname.lastname).

I'd like to change that, so the user'll always see what he entered.

How can I achieve this?

Regards

Michael