MaciejNiemczyk commented on issue #6407: URL: https://github.com/apache/netbeans/issues/6407#issuecomment-1988579793
It's hard to reproduce because I cannot find a git platform which gives a possibility to create username with backslash. We are using our client local gitlab repository which using username as LDAP login so we have logins like ex\... The best thing which I can find is to try cloning repo with some fake address, for example https://gitlab.com/test/test.git if you use username extest it gives error "Incorrect credentials for repository at https://gitlab.com/test/test.git" but if you use username ex\test the message is "Cannot connect to repository at https://gitlab.com/test/test.git" and using RawCap I can confirm that request wasn't send. The third option is to use username ex%5Ctest which gives error "Incorrect credentials for repository at https://gitlab.com/test/test.git" so it seems good, but if you look at Authorization header it contains BASIC BASE64 of "ex%5Ctest:pass" instead BASE64 of "ex\test:pass". -- 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
