jira-importer commented on issue #847:
URL: https://github.com/apache/maven-scm/issues/847#issuecomment-2964627344

   **[Robert 
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
 commented
   
   ```
   private static final Pattern HOST_AND_PORT_EXTRACTOR =
       Pattern.compile( 
"([^:/\\\\~]*)(?::(\\d+))?(?::([^:/\\\\~]))?([/\\\\].*)?" );
   // host               ^-----------^
   // separator                          ^
   // port                                ^----^
   // separator                                      ^
   // user                                            ^---------^
   ```
   
   At least Windows URL succeed, but the testGitDevURL fails :(
   Anyone else wanna give it a try?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to