Bug 5409 - HttpClient fails to look up authorization authority correctly
Summary: HttpClient fails to look up authorization authority correctly
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: WebDAV (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Tim Ellison CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-01 05:42 EST by Tim Ellison CLA
Modified: 2001-11-14 06:21 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Ellison CLA 2001-11-01 05:42:22 EST
Build 20011025

If the authentication challenge comes in as BASIC the authenticator tries to 
find BASICAuthority, whereas the class is known as BasicAuthority.

Have to check the legal representations of authority name, but we should grok 
mixed case.
Comment 1 Tim Ellison CLA 2001-11-14 06:21:54 EST
Code now normalizes to initial caps reaminder lowercase (i.e., Digest and Basic)