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 70d510d commit 99b7d3fCopy full SHA for 99b7d3f
opengrok-indexer/src/main/java/org/opengrok/indexer/web/PageConfig.java
@@ -101,7 +101,10 @@ public final class PageConfig {
101
102
private static final Logger LOGGER = LoggerFactory.getLogger(PageConfig.class);
103
104
- protected static final String OPEN_GROK_PROJECT = "OpenGrokProject";
+ // cookie name
105
+ public static final String OPEN_GROK_PROJECT = "OpenGrokProject";
106
+
107
+ // query parameters
108
protected static final String PROJECT_PARAM_NAME = "project";
109
protected static final String GROUP_PARAM_NAME = "group";
110
0 commit comments