Additional Detail from JIRA
| | |
|------------------|-----------------|
|Votes | 0 |
|Component/s | Foundation |
|Labels | Bug |
|Assignee | @lorentey |
|Priority | Medium |
md5: 8e7a4d82dac22ba67d2c23f61dae1d23
Issue Description:
NSURLComponents inherits hash from NSObject, but overrides isEqual: to compare contents. This also breaks hashing for URLComponents, which calls into NSURLComponents.hash.
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | Foundation | |Labels | Bug | |Assignee | @lorentey | |Priority | Medium | md5: 8e7a4d82dac22ba67d2c23f61dae1d23Issue Description:
NSURLComponents inherits hash from NSObject, but overrides isEqual: to compare contents. This also breaks hashing for URLComponents, which calls into NSURLComponents.hash.