Closed (fixed)
Project:
CMIS API
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Mar 2011 at 19:02 UTC
Updated:
7 Apr 2011 at 06:39 UTC
Jump to comment: Most recent file
If a query that includes forward slashes is submitted on the query tool form the query sent to the CMIS repository and displayed on the results form is truncated at the first forward slash. This is due to the redirect that adds the query as a url parameter not fully escaping the query so the forward slashes are treated as path separators.
The following patch fixes this by double encoding the query.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cmis_query-slashes_in_query_tool-1104452-1.patch | 623 bytes | darrenphillips |
Comments
Comment #1
darrenphillips commentedHere's the patch. Oh, and it also makes the form textarea a little bigger.
Comment #2
cfuller12 commentedWant to test this one a bit more thoroughly to make sure the double encoding doesn't cause any other issues.
Comment #3
cfuller12 commentedFixed as part of #1104424 - thanks!
Comment #4
cfuller12 commentedFixed in 6.x-4.0 release.