Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: SCM-ACTIVITY-1.3
-
Fix Version/s: SCM-ACTIVITY-1.4
-
Component/s: SCM Activity
-
Labels:None
-
Environment:Subversion
-
Number of attachments :
Description
For whatever reason, we don't allow anonymous access, but have a readonly user who has a blank password. It seems we cannot configure this user because the code in SonarScmRepository.java checks for either blank user or blank password, then use anonymous. I think it probably should be if the user is blank, use anonymous, not either.
Done