Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-46288

ProxyConfiguration's doCheckProxy() does not work when NTLM authorization is defined

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core

      It's a placeholder for https://github.com/jenkinsci/jenkins/pull/2984 

      Oleg's comment: NTLM support has been introduced by @escoem in 2.8 (81e00cc), but I doubt the Validate button has ever worked. Pull request: #1955

          [JENKINS-46288] ProxyConfiguration's doCheckProxy() does not work when NTLM authorization is defined

          Code changed in jenkins
          User: bale836
          Path:
          core/src/main/java/hudson/ProxyConfiguration.java
          http://jenkins-ci.org/commit/jenkins/ccb3e4cd501b14f617979117ea31fc21f07b972b
          Log:
          JENKINS-46288 - Fix ProxyConfiguration validation for NTLM authentication (#2984)

          /**

          • Constructor.
          • @param userName The user name. This should not include the domain to authenticate with.
          • For example: "user" is correct whereas "DOMAIN
            user" is not.
          • @param password The password.
          • @param host The host the authentication request is originating from. Essentially, the
          • computer name for this machine.
          • @param domain The domain to authenticate within.
            */

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: bale836 Path: core/src/main/java/hudson/ProxyConfiguration.java http://jenkins-ci.org/commit/jenkins/ccb3e4cd501b14f617979117ea31fc21f07b972b Log: JENKINS-46288 - Fix ProxyConfiguration validation for NTLM authentication (#2984) /** Constructor. @param userName The user name. This should not include the domain to authenticate with. For example: "user" is correct whereas "DOMAIN user" is not. @param password The password. @param host The host the authentication request is originating from. Essentially, the computer name for this machine. @param domain The domain to authenticate within. */

          Oleg Nenashev added a comment -

          Released in 2.75

          Oleg Nenashev added a comment - Released in 2.75

            Unassigned Unassigned
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: