Skip to content

Commit 95f26c0

Browse files
committed
remove non-ASCII characters
fixes #1890
1 parent 14d0f0f commit 95f26c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/LdapPlugin/src/opengrok/auth/plugin/LdapFilterPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ public void fillSession(HttpServletRequest req, User user) {
112112
* <li>%guid% - to be replaced with OSSO guid value</li>
113113
* </ul>
114114
*
115-
* Use \% for printing the '%̈́' character.
116-
*
115+
* Use \% for printing the '%' character.
117116
* Also replaces any other LDAP attribute that would not be ambiguous.
118117
*
119118
* @param filter basic filter containing the special values

0 commit comments

Comments
 (0)