Affects: 5.3.8
Method checkReadOnly is called in read method UrlPathHelper#shouldRemoveSemicolonContent, line 149. If we want to know whether we should removeSemicolonContent when this.readOnly is true, an error will be thrown.
public boolean shouldRemoveSemicolonContent() {
checkReadOnly();
return this.removeSemicolonContent;
}
Affects: 5.3.8
Method
checkReadOnlyis called in read method UrlPathHelper#shouldRemoveSemicolonContent, line 149. If we want to know whether we shouldremoveSemicolonContentwhenthis.readOnlyis true, an error will be thrown.