Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.4
-
Fix Version/s: 1.5
-
Labels:None
-
Environment:Windows and mod_svn running behind mod_auth_sspi
-
Number of attachments :
Description
I currently use Subversion as my source repository. I also use mod_sspi to provide authentication for users connecting to the repository.
What does this have to do with maven-changelog-plugin? Well it seems that the username Subversion stores while being protected by SSPI is in the Windows form of "DOMAIN\user". When svn outputs a revision history, this is the username it shows. Which breaks the SvnChangeLogParser since it's not expecting a '\' in the middle of a username.
Issue Links
- is depended upon by
-
MAVEN-1244
plugin issues to fix for RC3
-
Simple patch to fix this issue. Basically changes the username regexp to expect any series of non-whitespace characters.