Bug 50393

Summary: setStringValue: sometimes called with nil in [WebAuthenticationPanel setUpForChallenge]
Product: WebKit Reporter: John Sullivan <sullivan>
Component: WebKit Misc.Assignee: John Sullivan <sullivan>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch to substitute an empty string for a nil string (for realm) aroben: review+

Description John Sullivan 2010-12-02 09:18:12 PST
In Radar as <rdar://problem/8712674>

There are some reports from the field of an exception thrown in [WebAuthenticationPanel setUpForChallenge] where a nil string is being passed to [NSCell setStringValue:].

There are several calls to setStringValue: in that method, but it appears that only the call that passes "realm" could be the culprit.
Comment 1 John Sullivan 2010-12-02 09:21:09 PST
Created attachment 75386 [details]
Patch to substitute an empty string for a nil string (for realm)
Comment 2 John Sullivan 2010-12-02 09:45:07 PST
Fixed in r73143.