mknittig / googlecode-mylyn-connector

Automatically exported from code.google.com/p/googlecode-mylyn-connector
0 stars 0 forks source link

Repository credentials are never removed #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter valid repository credentials
2. Perform a query
3. Enter invalid repository credentials
4. Perform a query

What is the expected output? What do you see instead?

I expect an error to come up . Instead, the sync succeeds.

Please provide any additional information below.

com.googlecode.mylyn.core.client.GoogleCodeClientManager is not registered 
as a org.eclipse.mylyn.tasks.core.IRepositoryListener , so 
repositoryRemoved and repositoryChanged never remove the old credentials.

Original issue reported on code.google.com by robert.munteanu on 29 Apr 2010 at 10:27

GoogleCodeExporter commented 8 years ago
Why would you expect an error? You don't need authorization for a query.

Original comment by mknit...@googlemail.com on 8 May 2010 at 4:46

GoogleCodeExporter commented 8 years ago
I think I need authorisation  for 'Open and starred by me'.

Original comment by robert.munteanu on 8 May 2010 at 7:12

GoogleCodeExporter commented 8 years ago
OK, we need to separate queries with don't need authorization from queries who 
do need 
authorization. The IRepositoryListener issue is fixed.

Original comment by mknit...@googlemail.com on 8 May 2010 at 11:10

GoogleCodeExporter commented 8 years ago
Anonymous user are now only seeing to canned queries they supposed to see.

Original comment by mknit...@googlemail.com on 9 May 2010 at 11:25