Skip to content
Snippets Groups Projects
Commit 0a9cb74b authored by Adrian Damian's avatar Adrian Damian
Browse files

Changes after code review

parent e00017cd
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,8 @@ public class LoginServlet extends HttpServlet
{
private static final Logger log = Logger.getLogger(LoginServlet.class);
private static final String CONTENT_TYPE = "text/plain";
public static final String PROXY_USER_DELIM = " as ";
// " as " - delimiter use for proxy user authentication
public static final String PROXY_USER_DELIM = "(.*)/s[aA][sS]/s(.*";
String proxyGroup; // only users in this group can impersonate other users
String nonImpersonGroup; // users in this group cannot be impersonated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment