File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/org/opensolaris/opengrok/authorization Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,9 @@ public final class AuthorizationFramework {
100
100
private boolean loadClasses = true ;
101
101
private boolean loadJars = true ;
102
102
103
+ // HTTP session attribute that holds plugin version
104
+ private final static String SESSION_VERSION = "opengrok-authorization-session-version" ;
105
+
103
106
/**
104
107
* Create a new instance of authorization framework with no plugin
105
108
* directory and the default plugin stack.
@@ -674,9 +677,6 @@ private void increasePluginVersion() {
674
677
this .pluginVersion ++;
675
678
}
676
679
677
- // HTTP session attribute that holds plugin version
678
- private final static String SESSION_VERSION = "opengrok-authorization-session-version" ;
679
-
680
680
/**
681
681
* Is this session marked as invalid?
682
682
*
You can’t perform that action at this time.
0 commit comments