Opened 10 years ago
Closed 8 years ago
#2556 closed defect (fixed)
Escaping single quote character for built-in search command
Reported by: | tuceda | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 3.0 |
Component: | AJAX Viewer | Version: | 3.0.0 |
Severity: | minor | Keywords: | ajax, quote, escape, fdo, filter, 2.6backport |
Cc: | External ID: |
Description
When user enter single quote in search texte field provided by search built-in command,an FDO exception occured:
An exception occurred in FDO component. Error occurred in Feature Source (XXX): String does not represent a valid filter. (Cause: String incorrectly formatted. , Root Cause: String incorrectly formatted. )
The single quote needs to be escaped.
See the attached file for the proposed solution.
Attachments (2)
Change History (5)
by , 10 years ago
Attachment: | search.aspx.patch added |
---|
comment:2 by , 10 years ago
Keywords: | 2.6backport added |
---|---|
Milestone: | 3.1 → 3.0 |
Owner: | set to |
Note:
See TracTickets
for help on using tickets.
Proposed solution