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/04 11:34:00 UTC

[jira] [Created] (ATLAS-1921) UI : Search using entity and trait attributes : UI doesn't perform range check and allows providing out of bounds values for integral and float data types.

Sharmadha Sainath created ATLAS-1921:
----------------------------------------

             Summary: UI : Search using entity and trait attributes : UI doesn't perform range check and allows providing out of bounds values for integral and float data types.
                 Key: ATLAS-1921
                 URL: https://issues.apache.org/jira/browse/ATLAS-1921
             Project: Atlas
          Issue Type: Bug
          Components: atlas-webui
    Affects Versions: 0.9-incubating
            Reporter: Sharmadha Sainath
            Priority: Minor


When applying filter for integral/float data types , Number picker  (the up and down button) doesn't do range check according to the data type and lets user go up and down and set any value.Hence when filter is applied and search is made , 500 Internal server error is thrown.

Ex : Maximum value for an integer data type is 2 ^31^ -1 
Number picker for integer allows user go to  2147483648 and throws Invalid number exception when searched.



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