jenkinsci / jenkinsci/subversion-plugin

[JENKINS-27084] SVN authentication fails using subversion plugin v.2.5

Open
#1,209 50 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

We're using username and password over HTTP as authentication to the svn server and the Jenkins service is running as the same user.

Recently we upgraded the subversion plugin to v2.5 from v2.4.5 and this caused svn authentication to fail with the following error:

```
svn: E200015: authentication cancelled

```

Diving deeper into the cause of this revealed that Jenkins no longer tries to login to the svn server using HTTP clear text authorization (don't know the real name for this) but now tries to use NTLMSSP. Jenkins seems to use the correct username using NTLMSSP but the authentication fails.

---
Originally reported by kamrup, imported from: SVN authentication fails using subversion plugin v.2.5


  • assignee: recena
  • status: Reopened
  • priority: Minor
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 10
  • watchers: 28
  • imported: 20251212-090250

Raw content of original issue

We're using username and password over HTTP as authentication to the svn server and the Jenkins service is running as the same user.
Recently we upgraded the subversion plugin to v2.5 from v2.4.5 and this caused svn authentication to fail with the following error:



svn: E200015: authentication cancelled



Diving deeper into the cause of this revealed that Jenkins no longer tries to login to the svn server using HTTP clear text authorization (don't know the real name for this) but now tries to use NTLMSSP. Jenkins seems to use the correct username using NTLMSSP but the authentication fails.

environment

```
Windows Server 2008 R2,

Jenkins 1.599
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.