Change By: Florian Zschocke (21/Nov/13 6:10 PM)
Description: The support for the .netrc file requires a certain file format, i.e. one line per host with all information on it. This is an unnecessary limitation as the netrc file would also support the format:

machine host
login user
password secret

which is a format used by many users but not supported by the git client plugin. Also the parser breaks easily as it requires exactly one space between the fields.


Additionally, when more than one machine is listed in the netrc file, the credentials from the first one are taken, not the one from the matching host.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to