You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/29 17:23:04 UTC

[jira] [Commented] (VCL-892) $authtype gets undefined when clearselection submitted to selectAuth

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

ASF subversion and git services commented on VCL-892:
-----------------------------------------------------

Commit 1693295 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1693295 ]

VCL-892 - $authtype gets undefined when clearselection submitted to selectAuth

authentication.php: modified selectAuth: changed unset($authtype); to $authtype = '';

> $authtype gets undefined when clearselection submitted to selectAuth
> --------------------------------------------------------------------
>
>                 Key: VCL-892
>                 URL: https://issues.apache.org/jira/browse/VCL-892
>             Project: VCL
>          Issue Type: Bug
>          Components: web gui (frontend)
>            Reporter: Josh Thompson
>             Fix For: 2.4.3
>
>
> When the clearselection option is passed to the selectAuth page to clear a saved authentication method, $authtype is getting unset. However, it is referenced later. It should be set to an empty string instead of being unset.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)