| Summary: | PageUtils does not support URITemplate parameter that contains "=" in its value. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | 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: | |||
A simpler reg ex solution suggested by Simon. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=3199f2d033824a7f5208d43658f229c5a936ab1f |
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.