Tay Ray Chuan <rctay89@xxxxxxxxx> writes: > In 753bc91 ("Remove the requirement opaquelocktoken uri scheme"), the > lock token is guaranteed to be prefixed with the string > 'opaquelocktoken:', which propagated down to file path creation > operations in the remote repository, namely, in start_put (and > consequently start_move). > > These file operations may not be successful, due to the colon ':' > character in the file path (specifically, in Windows). > > This patch ensures that the lock token sans 'opaquelocktoken:' is used > instead in start_put. I am not familiar with DAV so I have to wonder who guarantees in the codepath that the string that follows the "opaquelocktoken:" (and any other lock token uri scheme) is without problematic characters, such as a slash (or colon)? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html