We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268d023 commit d271320Copy full SHA for d271320
plugins/src/main/java/opengrok/auth/plugin/LdapAttrPlugin.java
@@ -128,7 +128,7 @@ String getSessionAllowedAttrName() {
128
public void fillSession(HttpServletRequest req, User user) {
129
updateSession(req, false);
130
131
- LdapUser ldapUser = (LdapUser) req.getSession(). getAttribute(LdapUserPlugin.getSessionAttrName(ldapUserInstance));
+ LdapUser ldapUser = (LdapUser) req.getSession().getAttribute(LdapUserPlugin.getSessionAttrName(ldapUserInstance));
132
if (ldapUser == null) {
133
LOGGER.log(Level.WARNING, "cannot get {0} attribute from {1}",
134
new Object[]{LdapUserPlugin.SESSION_ATTR, user});
0 commit comments