Description
While going through the code, it seems awkward that AuthScope upper cases the authScheme while all other comparisons use toLowerCase(Locale.ROOT). It would be consisent if this would be lowercase too.
Attachments
Issue Links
- links to
While going through the code, it seems awkward that AuthScope upper cases the authScheme while all other comparisons use toLowerCase(Locale.ROOT). It would be consisent if this would be lowercase too.