Improve the comments.

This commit is contained in:
j2blake 2011-05-11 14:52:15 +00:00
parent c4f4785674
commit c24cfa0b1a

View file

@ -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