Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-integrators] AbstractRepositorySettingsPage.credentialsComplete() broken?

Hi Dennis,

 

If this is the case it sounds like a bug.  Please file a bug report and prefix it with “[api]” and we’ll investigate.

 

  http://www.eclipse.org/mylyn/bugs/

 

Cheers,

 

Mik

 

From: mylyn-integrators-bounces@xxxxxxxxxxx [mailto:mylyn-integrators-bounces@xxxxxxxxxxx] On Behalf Of Dennis Rietmann
Sent: Wednesday, December 26, 2007 7:32 AM
To: Mylyn Integrators list
Subject: [mylyn-integrators] AbstractRepositorySettingsPage.credentialsComplete() broken?

 

Hi,

AbstractRepositorySettingsPage.credentialsComplete() validates the
credentials but only if the repository supports anonymous login
(needsAnonymousLogin() returns true) and the "anonymous login"
checkbox is deselected - but if the repository does NOT support
anonymousLogin (meaning that you have to input a valid username and
password) the credentials are NOT validated - what's the reason for
this strange behavior?
Of course I could do the validation myself in isPageComplete() but the right
place would be in credentialsComplete(). I'm using the Mylyn 2.x
stream for Eclipse 3.3.

cheers,
Dennis


Back to the top