From 452510b1a4531130808c0efc8100727913ce21e0 Mon Sep 17 00:00:00 2001 From: j2blake Date: Fri, 3 Jun 2011 15:56:51 +0000 Subject: [PATCH] NIHVIVO-2279 Comment out most of the code until we can re-work the functionality, so it doesn't break the pre-compile build on Hudson. --- webapp/web/edit/selfeditcheck.jsp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/web/edit/selfeditcheck.jsp b/webapp/web/edit/selfeditcheck.jsp index 98e703a86..ec3a6c6e4 100644 --- a/webapp/web/edit/selfeditcheck.jsp +++ b/webapp/web/edit/selfeditcheck.jsp @@ -43,6 +43,8 @@ while(it.hasNext()){ %> <%= found %> +<%-- +

Do you have a REMOTE_USER header from CUWebAuth?

<% String user = request.getHeader("REMOTE_USER"); @@ -93,4 +95,5 @@ No PolicyDecision pdecison = sePolicy.isAuthorized(ib, whatToAuth); %> The policy decision was <%= pdecison %> -<% } %> \ No newline at end of file +<% } %> +--%> \ No newline at end of file