Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357023

Summary: address OpenID authentication compatibility problem with Eclipse 3.5
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: shawn.minto
Version: unspecified   
Target Milestone: 0.9   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 341434    
Attachments:
Description Flags
mylyn/context/zip none

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