Loading cadc-access-control-server/src/main/java/ca/nrc/cadc/ac/server/web/ModifyPasswordServlet.java +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ import ca.nrc.cadc.util.StringUtil; * Servlet to handle password changes. Passwords are an integral part of the * access control system and are handled differently to accommodate stricter * guidelines. * <p/> * <p> * This servlet handles POST only. It relies on the Subject being set higher * up by the AccessControlFilter as configured in the web descriptor. */ Loading cadc-access-control-server/src/main/java/ca/nrc/cadc/ac/server/web/ResetPasswordServlet.java +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ import ca.nrc.cadc.util.StringUtil; * Servlet to handle password resets. Passwords are an integral part of the * access control system and are handled differently to accommodate stricter * guidelines. * <p/> * <p> * This servlet handles GET and POST only. It relies on the Subject being set higher * up by the AccessControlFilter as configured in the web descriptor. */ Loading Loading
cadc-access-control-server/src/main/java/ca/nrc/cadc/ac/server/web/ModifyPasswordServlet.java +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ import ca.nrc.cadc.util.StringUtil; * Servlet to handle password changes. Passwords are an integral part of the * access control system and are handled differently to accommodate stricter * guidelines. * <p/> * <p> * This servlet handles POST only. It relies on the Subject being set higher * up by the AccessControlFilter as configured in the web descriptor. */ Loading
cadc-access-control-server/src/main/java/ca/nrc/cadc/ac/server/web/ResetPasswordServlet.java +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ import ca.nrc.cadc.util.StringUtil; * Servlet to handle password resets. Passwords are an integral part of the * access control system and are handled differently to accommodate stricter * guidelines. * <p/> * <p> * This servlet handles GET and POST only. It relies on the Subject being set higher * up by the AccessControlFilter as configured in the web descriptor. */ Loading