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 5e711eb commit c7507d2Copy full SHA for c7507d2
opengrok-web/src/main/java/org/opengrok/web/WebappListener.java
@@ -95,7 +95,7 @@ public void contextInitialized(final ServletContextEvent servletContextEvent) {
95
int idx;
96
if ((idx = serverInfo.indexOf('/')) > 0) {
97
String version = serverInfo.substring(idx + 1);
98
- if (!version.startsWith("10.0")) {
+ if (!version.startsWith("10.")) {
99
LOGGER.log(Level.SEVERE, "Unsupported Tomcat version: {0}", version);
100
throw new Error("Unsupported Tomcat version");
101
}
0 commit comments