You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (Jira)" <ji...@apache.org> on 2020/10/06 22:35:00 UTC

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

     [ https://issues.apache.org/jira/browse/ATLAS-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj reassigned ATLAS-1926:
---------------------------------------

    Assignee: Apoorv Naik

> 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: 1.0.0
>            Reporter: Sharmadha S
>            Assignee: Apoorv Naik
>            Priority: Minor
>             Fix For: 0.8.2, 1.0.0
>
>
> 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
(v8.3.4#803005)