Skip to content

Commit 0b577d3

Browse files
committed
Remove unnecessary attribute
Pair this with commit 587bb65
1 parent d0ec234 commit 0b577d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/cloudfoundry/identity/uaa/home/HomeController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public String error429(Model model, HttpServletRequest request) {
159159

160160
@RequestMapping({"/error", "/error**", "/z/{subdomain}/error", "/z/{subdomain}/error**"})
161161
public String errorGeneric(Model model, HttpServletRequest request) {
162-
model.addAttribute("pathPrefix", UaaUrlUtils.getZonePathPrefix(request));
162+
//model.addAttribute("pathPrefix", UaaUrlUtils.getZonePathPrefix(request));
163163
populateBuildAndLinkInfo(model);
164164
return ERROR;
165165
}

0 commit comments

Comments
 (0)