Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
ManifoldCF 0.6
-
None
Description
During session-type authentication:
form input elements are not properly handled when there is no 'type' attribute. They are ignored, when they should be treated same as 'type'='text'.
Example: <input value="XXX" />
Select (combobox) with options that do not have 'value' attribute are created as 'disabled', when value should be taken same as tag content. Example:
<select name="XXX">
<option>option1</option>
</select>