• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      Hi,

      my CVS username contains a "#" character. This character is not escaped in the
      link on the list of people page. The link points to:
      http://qisdev.his.de/hudson/user/brummermann#his.de
      The "#", however has a special meaning in html to jump to an internal link
      destination of a page. So the browser only sends the first part of the URL to
      the web server: http://qisdev.his.de/hudson/user/brummermann

      I get to the correct page if I encode the "#" as %23 and type this into the
      address bar by hand:
      http://qisdev.his.de/hudson/user/brummermann%23his.de

      The same problem occures in the navigation links on the left side on that page.

          [JENKINS-2610] "#" in username not escaped

          nhnb created issue -
          Alan Harder made changes -
          Assignee New: Alan Harder [ mindless ]

          Code changed in hudson
          User: : mindless
          Path:
          trunk/hudson/main/core/src/main/java/hudson/model/User.java
          trunk/www/changelog.html
          http://jenkins-ci.org/commit/27237
          Log:
          [FIXED JENKINS-2610] Escape username in URLs in case it contains special characters such as "#"

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : mindless Path: trunk/hudson/main/core/src/main/java/hudson/model/User.java trunk/www/changelog.html http://jenkins-ci.org/commit/27237 Log: [FIXED JENKINS-2610] Escape username in URLs in case it contains special characters such as "#"
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Andrew Bayer made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Jenkins IRC Bot made changes -
          Component/s New: core [ 15593 ]
          Component/s Original: www [ 15484 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 132683 ] New: JNJira + In-Review [ 201589 ]

            mindless Alan Harder
            nhnb nhnb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: