Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-513

Form elements handling in session auth

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • ManifoldCF 0.6
    • ManifoldCF 1.0
    • Web connector
    • 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>

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            redguy666 Maciej Lizewski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: