Github user GJL commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5341#discussion_r165942186
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorEndpoint.java
 ---
    @@ -473,10 +476,55 @@ public WebMonitorEndpoint(
                
handlers.add(Tuple2.of(SubtaskCurrentAttemptDetailsHeaders.getInstance(), 
subtaskCurrentAttemptDetailsHandler));
                
handlers.add(Tuple2.of(JobVertexTaskManagersHeaders.getInstance(), 
jobVertexTaskManagersHandler));
     
    -           // This handler MUST be added last, as it otherwise masks all 
subsequent GET handlers
    --- End diff --
    
    is it not a problem anymore that 
    ```
    @Override
        public String getTargetRestEndpointURL() {
                return "/:*";
        }
    ```
    masks all subsequent GET handlers?


---

Reply via email to