[ 
https://issues.apache.org/jira/browse/CONNECTORS-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442295#comment-13442295
 ] 

Karl Wright commented on CONNECTORS-513:
----------------------------------------

r1377575 for the rest.  Also fixed how TEXTAREA finds its end tag, which was 
broken (would find the first end tag, even if it didn't match!)


                
> Form elements handling in session auth
> --------------------------------------
>
>                 Key: CONNECTORS-513
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-513
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Web connector
>    Affects Versions: ManifoldCF 0.6
>            Reporter: Maciej Lizewski
>            Assignee: Karl Wright
>            Priority: Critical
>             Fix For: ManifoldCF 0.7
>
>
> 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>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to