Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected void initTarget() throws ServletException {
// If not set externally try to use the value from web.xml
if (StringUtils.isBlank(targetUriTemplate)) {
targetUriTemplate = getConfigParam(P_TARGET_URI);
if (StringUtils.isBlank(targetUriTemplate)) {
if (targetUriTemplate == null) {
throw new ServletException(P_TARGET_URI + " is required in web.xml or set externally");
}
}
Expand Down