]> source.dussan.org Git - jgit.git/commit
Allow '\' in user names in URI-ish 48/4548/1
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 4 Nov 2011 16:53:44 +0000 (17:53 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 4 Nov 2011 16:54:43 +0000 (17:54 +0100)
commitafd4f3b0cf7aefa2e5988db1d81cb2c0f10efe10
treed7239fb978f6e5f3e7a22ab82de91207e2f911af
parent2efbcb7e44bffb3b98548e153118e361befa1639
Allow '\' in user names in URI-ish

Actually this is not ok according to the RFC, but this implementation is
ment to be Git compatible. A '\' is needed when the authentication
requires or allows authentication to a Windows domain where the
user name can be specified as DOMAIN\user.

Change-Id: If02f258c032486f1afd2e09592a3c7069942eb8b
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/URIish.java