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

Apache connector with CrowdAuthzSVNAccessFile fails with group names containing spaces

XMLWordPrintable

      Crowd allows groups to have spaces in them.

      The parsing parse_svn_authz_file in Atlassian::Crowd doesn't - it only matches entries with the format "$line =~ /^(\S+)\s*=\s*(\S*)\s*$/"

      Slackening this regexp to "/^(.+)\s=\s*(\S*)\s*$/" does appear to fix...but might be less tolerant of whitespace

              beb930a06022 Andrew Reid
              2ced05048fcf James Deuchar
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: