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 c7dfd26 commit acac8e3Copy full SHA for acac8e3
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/Configuration.java
@@ -503,6 +503,7 @@ public Configuration() {
503
cmds = new HashMap<>();
504
setAllowLeadingWildcard(true);
505
setAllowedSymlinks(new HashSet<>());
506
+ setAuthenticationTokens(new HashSet<>());
507
setAuthorizationWatchdogEnabled(false);
508
//setBugPage("http://bugs.myserver.org/bugdatabase/view_bug.do?bug_id=");
509
setBugPattern("\\b([12456789][0-9]{6})\\b");
@@ -566,7 +567,6 @@ public Configuration() {
566
567
setUserPageSuffix("");
568
setWebappLAF("default");
569
// webappCtags is default(boolean)
- setAuthenticationTokens(new HashSet<>());
570
}
571
572
public String getRepoCmd(String clazzName) {
0 commit comments