mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 10:35:56 +01:00 
			
		
		
		
	user agents are not longer set to be browsers by default
This commit is contained in:
		| @@ -49,13 +49,13 @@ public final class SvnUserAgentProvider implements UserAgentProvider | ||||
|   /** TortoiseSVN */ | ||||
|   @VisibleForTesting | ||||
|   static final UserAgent TORTOISE_SVN =  | ||||
|     UserAgent.builder("TortoiseSVN").browser(false) | ||||
|     UserAgent.builder("TortoiseSVN").browser(false).scmClient(true) | ||||
|              .basicAuthenticationCharset(Charsets.UTF_8).build(); | ||||
|  | ||||
|   /** Subversion cli client */ | ||||
|   @VisibleForTesting | ||||
|   static final UserAgent SVN = | ||||
|     UserAgent.builder("Subversion").browser(false) | ||||
|     UserAgent.builder("Subversion").browser(false).scmClient(true) | ||||
|              .basicAuthenticationCharset(Charsets.UTF_8).build(); | ||||
|  | ||||
|   //~--- methods -------------------------------------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user