matthiasblaesing commented on issue #6407: URL: https://github.com/apache/netbeans/issues/6407#issuecomment-1989439699
Thanks for the suggested testing option and further investigation. I had a quick look at the implementation of `org.eclipse.jgit.transport.URIish`. If I'm not mistaken it has a to optimistic interpretation of what is allowed in an URL (at least the variant defined in RFC2396, which java.net.URI is modelled after). I'll investigate further and see if I can find a fix, that will be accepted by jgit. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
