Improve the comments.
This commit is contained in:
parent
c4f4785674
commit
c24cfa0b1a
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ import edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues.Res
|
|||
import edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues.TemplateResponseValues;
|
||||
|
||||
/**
|
||||
* This allows a DBA to pretend that he's logged in with an external username.
|
||||
* This allows J. Random User to pretend that he's passed external authentication.
|
||||
*
|
||||
* This should not be included in web.xml in a production deployment!!!
|
||||
*/
|
||||
public class FakeExternalAuthController extends FreemarkerHttpServlet {
|
||||
private static final Log log = LogFactory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue