You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2010/06/30 23:46:55 UTC

[jira] Resolved: (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 ]

Mark Hindess resolved HARMONY-6561.
-----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

I've applied the v3 version of the patch at r959446.  I moved the additional jetty classpath
entries to the luni module rather than adding them to the top level file.

Please confirm (by closing this jira) that it has been applied as expected.


> [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
>            Assignee: Mark Hindess
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6561.diff, HARMONY-6561.v2.diff, HARMONY-6561.v3.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.