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.
This commit is contained in:
parent
36f404ea48
commit
452510b1a4
1 changed files with 4 additions and 1 deletions
|
@ -43,6 +43,8 @@ while(it.hasNext()){
|
|||
%>
|
||||
<%= found %>
|
||||
|
||||
<%--
|
||||
|
||||
<h3>Do you have a REMOTE_USER header from CUWebAuth?</h3>
|
||||
|
||||
<% String user = request.getHeader("REMOTE_USER");
|
||||
|
@ -93,4 +95,5 @@ No
|
|||
PolicyDecision pdecison = sePolicy.isAuthorized(ib, whatToAuth);
|
||||
%> The policy decision was <%= pdecison %>
|
||||
|
||||
<% } %>
|
||||
<% } %>
|
||||
--%>
|
Loading…
Add table
Add a link
Reference in a new issue