Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes login(String user, String pass) work properly. #19

Merged
merged 2 commits into from Dec 3, 2013
Merged

Conversation

KlasJoensson
Copy link
Contributor

  • Now it don't look up credentials in the usermanager framework, unless
    a user is logged in (the problem in bug 3576)
  • It also gets the values (e.g. the default value for the authorization
    server) from plugin.xml

* Now it don't look up credentials in the usermanager framework, unless
a user is logged in
* It also gets the values (e.g. the default value for the authorization
server) from plugin.xml
@@ -20,6 +20,7 @@
import java.util.List;
import java.util.Map;

import javax.naming.CannotProceedException;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked exception, javax.naming? it already throws BioclipseException which catches Exception and re-throws it in the login(String,String,String) method. I think it is best not to introduce a new exception here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm changing it to a BioclipseException.

CannotProceedException. Also removes an print out to the console.
@KlasJoensson
Copy link
Contributor Author

Iv'e added a commit that fixes the problems noted in previous comments, are the any more issues that I need to resolve before this is merged?

goglepox added a commit that referenced this pull request Dec 3, 2013
Makes login(String user, String pass) work properly.
@goglepox goglepox merged commit 45ee7ed into develop Dec 3, 2013
@goglepox goglepox deleted the Bug3576 branch December 3, 2013 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants