NIHVIVO-1207 Make the external auth-header a configuration property. Clean up SelfEditingIdentifierFactory and VitroRequestPrep.

This commit is contained in:
jeb228 2010-11-17 15:48:19 +00:00
parent 831d2209e9
commit b9230edaf2
4 changed files with 169 additions and 131 deletions

View file

@ -74,7 +74,6 @@ private void checkNetId( String inNetId, JspWriter out, HttpServletRequest reque
}else{
out.println("could not find a Individual with the neditd of " + inNetId );
}
//putNetIdInSession(session, selfE, netid);
}else{
out.println("no remote user value found or value was longer than 100 chars.");