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

Bug 376788

Summary: fix Unexpected error: Invalid xsrfKey in request with Gerrit 2.3
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 0.9.1   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 375672    

Description Steffen Pingel CLA 2012-04-13 16:55:44 EDT
Validating Gerrit 2.3-rc0 fails with an authentication error. This is due to a change in the handling of the the xsrfKey token.

Unexpected error: Invalid xsrfKey in request

org.eclipse.mylyn.internal.gerrit.core.client.GerritException: Invalid xsrfKey in request
	at org.eclipse.mylyn.internal.gerrit.core.client.JSonSupport.parseResponse(JSonSupport.java:205)
	at org.eclipse.mylyn.internal.gerrit.core.client.GerritService.invoke(GerritService.java:106)
Comment 1 Steffen Pingel CLA 2012-04-13 16:56:28 EDT
Fixed in e_3_8_m_3_7_x branch.