Fixed NPE if origin is unset (#2100)
This commit is contained in:
committed by
Spencer Gibb
parent
ffc33b4c69
commit
46cbaa053c
@@ -135,6 +135,7 @@ public class HystrixDashboardConfiguration {
|
||||
response.getWriter()
|
||||
.println(
|
||||
"Required parameter 'origin' missing. Example: 107.20.175.135:7001");
|
||||
return;
|
||||
}
|
||||
origin = origin.trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user