You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2013/05/03 01:08:15 UTC

[jira] [Updated] (CB-3323) Basic auth filetransfer tests not complete

     [ https://issues.apache.org/jira/browse/CB-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-3323:
---------------------------------

    Description: 
The basic auth filetransfer tests are incomplete.
While they do check the username and password validity, the server does not send the header with the 401 status code:

{code}
WWW-Authenticate: Basic realm="insert realm"
{code}

The server script is here on the cordova-labs/cordova-filetransfer branch:
https://github.com/apache/cordova-labs/blob/cordova-filetransfer/server.js

  was:
The basic auth filetransfer tests are incomplete.
While they do check the username and password validity, the server does not send the header with the 401 status code:

{code}
WWW-Authenticate: Basic realm="insert realm"
{code}

    
> Basic auth filetransfer tests not complete
> ------------------------------------------
>
>                 Key: CB-3323
>                 URL: https://issues.apache.org/jira/browse/CB-3323
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: mobile-spec
>    Affects Versions: Master
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>
> The basic auth filetransfer tests are incomplete.
> While they do check the username and password validity, the server does not send the header with the 401 status code:
> {code}
> WWW-Authenticate: Basic realm="insert realm"
> {code}
> The server script is here on the cordova-labs/cordova-filetransfer branch:
> https://github.com/apache/cordova-labs/blob/cordova-filetransfer/server.js

--
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