You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/17 00:38:12 UTC

[jira] Updated: (MPCHANGELOG-22) SvnChangeLogParser breaks on Windows style usernames

The following issue has been updated:

    Updater: Dan Everton (mailto:dan.everton@boeing.com)
       Date: Tue, 16 Dec 2003 5:37 PM
    Comment:
Simple patch to fix this issue. Basically changes the username regexp to expect any series of non-whitespace characters.
    Changes:
             Attachment changed to changelog-sspi-patch.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCHANGELOG-22&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCHANGELOG-22


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCHANGELOG-22
    Summary: SvnChangeLogParser breaks on Windows style usernames
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-changelog-plugin
   Versions:
             1.4

   Assignee: 
   Reporter: Dan Everton

    Created: Tue, 16 Dec 2003 5:36 PM
    Updated: Tue, 16 Dec 2003 5:37 PM
Environment: Windows and mod_svn running behind mod_auth_sspi

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.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org