[
https://issues.apache.org/jira/browse/COUCHDB-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14324982#comment-14324982
]
ASF GitHub Bot commented on COUCHDB-2587:
-----------------------------------------
GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/274
Fix for encoding unicode char
Contains a small fix to ensure a unicode char in the db typeahead
component is URL encoded. If the server needed to recognize the
endkey parameter it would cause problems on IE.
Closes COUCHDB-2587
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton
2587-typeahead-encoding-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/274.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #274
----
commit 4abfd6f01962d65e536a640791705487d4ee721a
Author: Ben Keen <[email protected]>
Date: 2015-02-17T22:05:13Z
Fix for encoding unicode char
Contains a small fix to ensure a unicode char in the db typeahead
component is URL encoded. If the server needed to recognize the
endkey parameter it would cause problems on IE.
Closes COUCHDB-2587
----
> URI encode unicode chars in db typeahead
> ----------------------------------------
>
> Key: COUCHDB-2587
> URL: https://issues.apache.org/jira/browse/COUCHDB-2587
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Ben Keen
> Assignee: Ben Keen
>
> Encode the \u9999 unicode char in the db search typeahead component.
> N.B. This doesn't cause any errors on Fauxton right now, but if the params
> were read by the server it would cause an error on IE.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)