Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357023 - address OpenID authentication compatibility problem with Eclipse 3.5
Summary: address OpenID authentication compatibility problem with Eclipse 3.5
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.9   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 341434
  Show dependency tree
 
Reported: 2011-09-07 19:52 EDT by Steffen Pingel CLA
Modified: 2011-09-08 05:02 EDT (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (2.07 KB, application/octet-stream)
2011-09-08 05:02 EDT, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2011-09-07 19:52:47 EDT
The internal browser on Eclipse 3.5 does not support post requests through the API:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.12.0:compile (default-compile) on project org.eclipse.mylyn.gerrit.ui: Compilation failure: Compilation failure:
[ERROR] /opt/users/hudsonbuild/workspace/mylyn-integration-e3.5/org.eclipse.mylyn.reviews/gerrit/org.eclipse.mylyn.gerrit.ui/src/org/eclipse/mylyn/internal/gerrit/ui/GerritRepositoryLocationUi.java (at line 91):[-1,-1]
[ERROR] dialog.getBrowser().setUrl(providerUrl, sb.toString(), null);
[ERROR] ^^^^^^
Comment 1 Steffen Pingel CLA 2011-09-08 05:02:42 EDT
I have added a fall-back to open the Gerrit URL on Eclipse 3.5. Once a user logs in through the browser it should still work in the same way.
Comment 2 Steffen Pingel CLA 2011-09-08 05:02:44 EDT
Created attachment 202977 [details]
mylyn/context/zip