Skip to content

Commit acac8e3

Browse files
author
Vladimir Kotal
committed
keep it sorted
1 parent c7dfd26 commit acac8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ public Configuration() {
503503
cmds = new HashMap<>();
504504
setAllowLeadingWildcard(true);
505505
setAllowedSymlinks(new HashSet<>());
506+
setAuthenticationTokens(new HashSet<>());
506507
setAuthorizationWatchdogEnabled(false);
507508
//setBugPage("http://bugs.myserver.org/bugdatabase/view_bug.do?bug_id=");
508509
setBugPattern("\\b([12456789][0-9]{6})\\b");
@@ -566,7 +567,6 @@ public Configuration() {
566567
setUserPageSuffix("");
567568
setWebappLAF("default");
568569
// webappCtags is default(boolean)
569-
setAuthenticationTokens(new HashSet<>());
570570
}
571571

572572
public String getRepoCmd(String clazzName) {

0 commit comments

Comments
 (0)