You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Li Jing Qin (JIRA)" <ji...@apache.org> on 2010/06/28 05:33:50 UTC

[jira] Updated: (HARMONY-6561) [classlib][luni]HttpConnection should not throw a IOException if the server return 401 but does not provide a WWW-Authenticate header.

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

Li Jing Qin updated HARMONY-6561:
---------------------------------

    Attachment: HARMONY-6561.diff

I have change the compile script a bit, because I need jetty things.

> [classlib][luni]HttpConnection should not throw a IOException if the server return 401 but does not provide a WWW-Authenticate header.
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6561
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6561
>             Project: Harmony
>          Issue Type: Bug
>         Environment: All
>            Reporter: Li Jing Qin
>         Attachments: HARMONY-6561.diff
>
>
> When the server return a 401(UNAUTHORIZED), it supposed to provide a "WWW-Authenticate" header. But if it is not provided, we should not throw a IOException. See the details in testcase.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.