• 
      

    Fix ValueError when the user enters a bad cache host.

    Review Request #4402 — Created Aug. 7, 2013 and submitted

    Information

    Review Board
    release-1.7.x

    Reviewers

    Fix ValueError when the user enters a bad cache host.
    
    If the user enters a cache hostname which doesn't split properly, it makes the
    admin site unavailable. This is because the cache stats code was just blindly
    trying to unpack the values without any error handling. I've updated it to
    cache this case, log, and continue.
    
     
    reviewbot
    1. This is a review from Review Bot.
        Tool: PEP8 Style Checker
        Processed Files:
          reviewboard/admin/cache_stats.py
        Ignored Files:
      
      
    2. 
        
    reviewbot
    1. This is a review from Review Bot.
        Tool: Pyflakes
        Processed Files:
          reviewboard/admin/cache_stats.py
        Ignored Files:
      
      
    2. 
        
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.7.x (56d28dd).