edu.internet2.middleware.grouper.ui.actions
Class Populate401Action
java.lang.Object
org.apache.struts.action.Action
edu.internet2.middleware.grouper.ui.actions.Populate401Action
public class Populate401Action
- extends Action
Strut's action called on 401 error - configured through web.xml and struts-config.xml.
Need to relook at this again, but intended to cope with access to protected pages
during basic Http Authentication.
- Version:
- $Id: Populate401Action.java,v 1.2 2005-12-08 15:30:52 isgwb Exp $
- Author:
- Gary Brown.
Populate401Action
public Populate401Action()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Overrides:
execute
in class Action
- Throws:
Exception