Skip to content

Commit 7f7aead

Browse files
committed
java file modified
1 parent 5999b7b commit 7f7aead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/java/org/owasp/webgoat/ServerUrlConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public record ServerUrlConfig(String host, String port, String contextPath) {
88

99
public ServerUrlConfig {
10-
contextPath = contextPath.replaceAll("/", "");
10+
contextPath = contextPath.replaceAll("/", ""); //error
1111
}
1212

1313
public String getBaseUrl() {

0 commit comments

Comments
 (0)