Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Empty password
Empty password [message #594749] Tue, 11 November 2008 10:52
Morten Hindsholm is currently offline Morten HindsholmFriend
Messages: 2
Registered: July 2009
Junior Member
I am developing a connector, and I think I might have spotted a minor bug.

My backend requires a login, but it is legal to have an empty password.

However, AbstractRepositorySettingsPage.isPageComplete() explicitly checks -
via the private method isMissingCredentials() - against empty passwords.

This means that I cannot easily implement isPageComplete() in my
RepositorySettings class which extends AbstractRepositorySettingsPage, because
I cannot call super.isPageComplete() with an empty password, and I also cannot
bypass AbstractRepositorySettingsPage and call isPageComplete() in its
superclass AbstractTaskRepositoryPage. If you understand...

I think a reasonable fix would be to make
AbstractRepositorySettingsPage.isMissingCredentials() protected instead of
private.

--
/\/\orten
Previous Topic:Mylyn Context
Next Topic:Mylyn WikiText Stand-Alone Package Available
Goto Forum:
  


Current Time: Fri Apr 26 16:06:55 GMT 2024

Powered by FUDForum. Page generated in 0.03482 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top