You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethanlm <gi...@git.apache.org> on 2017/09/26 21:51:56 UTC

[GitHub] storm issue #2348: [STORM-2757] Fix broken log links when HTTPS is in use

Github user Ethanlm commented on the issue:

    https://github.com/apache/storm/pull/2348
  
    Tested it manually under all four combinations by visiting pages/links.
    
    | UI        | LogViewer           | all UI pages | Nimbus log | Supervisor log  | Worker log | Event Log | dumps and download | logviewer search | deap search 
    | ------------- |:-------------:| -----:|-----:|:-------------:| -----:|-----:|:-------------:| -----:|-----:|
    |HTTP | HTTP | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; |
    |HTTP | HTTPS|  &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; |
    |HTTPS | HTTPS|  &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; | &#10003; |
    |HTTPS | HTTP| x | x| x| x| x| x| x| x
    
    &#10003;  means working properly.  x means not working. 
    
    These are expected behaviors.
    
    



---