f5devcentral / f5-waf-policy-editor

Apache License 2.0
26 stars 14 forks source link

Invalid type conversion in json - Cookie Settings #48

Closed shubhammishra9 closed 3 years ago

shubhammishra9 commented 3 years ago

Observed integer input values are casted to string in json even though as per doc allowed values are of type integer(1 to 65536) and for String only 'any' as an input allowed.

Ref. Doc m1

WAFFLER-UI Screenshot (17)

shubhammishra9 commented 3 years ago

We can add one enhancement, increasing/decreasing button with the field element using which 'max cookie header length' value can be modified from min to max allowed values (1-65,536)

yoctoserge commented 3 years ago
  1. Type conversion is fixed.
  2. We cannot make the field as a number with increase/descrease buttons as it may accept the "any" string.