Community
Participate
Working Groups
When linking a project to a git repository you can provide a url like this: ssh://[user[:password]@]host.xz[:port]/path/to/repo.git/ . You won't be asked to give your password when working with the repo because it's already known, the problem is that it will be also known to anyone who can read the logs: !ENTRY org.eclipse.orion.server.filesystem.git 1 1 2011-01-28 16:23:42.187 !MESSAGE Cloned gitfs:/ssh:%5C%5Ctzarna:secret@localhost%5Cgit%5Ctest.git?%5C to D:\workspace\eclipse\junit-workspace\PRIVATE_REPO\test\ssh\localhost\git\test.git
In org.eclipse.orion.server.filesystem.git.GitFileStore.toURI() we should use URIish.toString() which hides a password in opposite to URIish.toPrivateString().
Created attachment 188581 [details] Fix v01
Created attachment 188582 [details] mylyn/context/zip
Fixed with a860745d613c5acbb957a31444fe6c3cea42d534.