Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5839

ZookeeperInfoServlet Does Not Trim Path Properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.6.1, 4.7
    • 4.7.1, 4.8, 6.0
    • None
    • None

    Description

      This part has a bug:

      // normalize path
            if (path == null) {
              path = "/";
            } else {
              path.trim();
              if (path.length() == 0) {
                path = "/";
              }
            }
      

      Attachments

        1. SOLR-5839.patch
          0.6 kB
          Furkan Kamaci

        Activity

          People

            markrmiller@gmail.com Mark Miller
            kamaci Furkan Kamaci
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: