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 5999b7b commit 7f7aeadCopy full SHA for 7f7aead
src/it/java/org/owasp/webgoat/ServerUrlConfig.java
@@ -7,7 +7,7 @@
7
public record ServerUrlConfig(String host, String port, String contextPath) {
8
9
public ServerUrlConfig {
10
- contextPath = contextPath.replaceAll("/", "");
+ contextPath = contextPath.replaceAll("/", ""); //error
11
}
12
13
public String getBaseUrl() {
0 commit comments