You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sharmadha Sainath (JIRA)" <ji...@apache.org> on 2017/07/05 09:19:00 UTC

[jira] [Created] (ATLAS-1926) Search using entity and trait attributes - Explicit escaping by user if string has space,colon and other special characters.

Sharmadha Sainath created ATLAS-1926:
----------------------------------------

             Summary: Search using entity and trait attributes - Explicit escaping by user if string has space,colon and other special characters.
                 Key: ATLAS-1926
                 URL: https://issues.apache.org/jira/browse/ATLAS-1926
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core, atlas-webui
    Affects Versions: 0.9-incubating
            Reporter: Sharmadha Sainath
            Priority: Minor
             Fix For: 0.9-incubating


Provided filter for description of entity
{code}
Description = topic or message queue
{code}

which threw 500 internal server error.

On escaping spaces with "\" , like
{code}
Description = topic\ or\ message\ queue
{code}
 the expected entity was fetched.

This happens with other special characters also.

This requires users to explicitly escape characters which is not very user friendly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)