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 e3b8f2f commit c48c616Copy full SHA for c48c616
operator/src/main/java/oracle/kubernetes/weblogic/domain/model/DomainResource.java
@@ -1461,7 +1461,7 @@ private void addUnmappedLogHome() {
1461
}
1462
1463
private boolean mapsLogHome(String mountPath) {
1464
- return getLogHome().startsWith(separatorTerminated(mountPath));
+ return separatorTerminated(getLogHome()).startsWith(separatorTerminated(mountPath));
1465
1466
1467
private String separatorTerminated(String path) {
0 commit comments