Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In the Query Tool, users have the ability to define the "Maximum Time to Wait for XML Response..." from the server before the query will timeout. Currently, users can enter in negative numbers & fractions including alphanumeric. The user is able to save the invalid entries without any warning.
Resolution:
Only allow whole numbers to be entered. If anything other than a whole number is entered present the user with a warning telling them that they need to enter a whole number.
Git Source Code
commit f3a6d5408558a18837774c97c55fb6adf5538d2a
commit d3ae8f6f33ec0f153c72c7b69c032cd87fcbe9ba
Resolution:
Only allow whole numbers to be entered. If anything other than a whole number is entered present the user with a warning telling them that they need to enter a whole number.
Git Source Code
commit f3a6d5408558a18837774c97c55fb6adf5538d2a
commit d3ae8f6f33ec0f153c72c7b69c032cd87fcbe9ba
Current wording:
" Please note that the query timeout period must be a plain positive whole number (in seconds). "
New wording:
" Please enter a whole number for the maximum time to wait. "