Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-1989

Apache/Subversion Connector fails to parse repository paths with spaces

    XMLWordPrintable

Details

    Description

      In the Apache::CrowdAuthz file, the Crowd Connector fails to parse repository paths with spaces. Example:

      [/root/repository/xxx yyy]
      

      Current Regex:

      ^\s*\[(\S+)\]\s*$
      

      Fix:

      ^\s*\[([^\]]*)\]\s*$
      

      Important: This was not fixed by http://jira.atlassian.com/browse/CWD-820

      Attachments

        Activity

          People

            Unassigned Unassigned
            rbattaglin Renan Battaglin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: