Sergio,

Is the Server mirroring the encode with an equivalent decode%3f
e.g. "decodeURI(encodedInboundQueryText).replace('%23', '#').replace('%3f', '?'));"

Also consider encodeURIComponent versus encodeURI. The encodeURIComponent escapes a lot more special char like # and ?. It also requires decode change on the server side to handle decoding URI component versus decoding URI.

- Karen

On 11/27/2012 5:24 PM, Sergio Feria (Commented) (JIRA) wrote:
     [ 
http://opencast.jira.com/browse/MH-9085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32287#comment-32287
 ]

Sergio Feria commented on MH-9085:
----------------------------------

replaced '?' in the search query with '%3f;'

This is a PARTIAL FIX as search continues to work after a '?' has been entered, 
but the search still does not return recordings containing a question-mark.
Admin Page - Recordings - Search: Search box - enter "?" to block search
------------------------------------------------------------------------

                 Key: MH-9085
                 URL: http://opencast.jira.com/browse/MH-9085
             Project: Matterhorn Project
          Issue Type: Bug
          Components: Administrative Tools
    Affects Versions: 1.4
            Reporter: Michal Bryk
            Assignee: Sergio Feria


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________


--

Karen Dolan
Harvard University, DCE
617-998-8439
[email protected]

_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to