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

Bug 396437

Summary: PageUtils does not support URITemplate parameter that contains "=" in its value.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi, susan
Version: 1.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2012-12-12 13:13:43 EST
In the new search URITemplate, the "keyword" parameter may contain "=" in its value. e.g.  keyword=foo=bar. The matchResourceParameters function is messing up this case up because it is just merely using string.split("=") to separate name and value.
Comment 2 libing wang CLA 2012-12-12 16:00:41 EST
A simpler reg ex solution suggested by Simon.
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=3199f2d033824a7f5208d43658f229c5a936ab1f