Flux, Your Gateway to a Decentralized World. https://home.runonflux.io https://api.runonflux.io https://docs.runonflux.io https://source.runonflux.io https://wiki.runonflux.io
Fix for incorrect www-authenticate header parsing. This was causing any image that had an underscore to be rejected (on register app page) as it couldn't match the repo for the authentication request.
Fix for incorrect www-authenticate header parsing. This was causing any image that had an underscore to be rejected (on register app page) as it couldn't match the repo for the authentication request.
Was missing the allowed underscore character.
Adds a test for this as well.
Tested on a live node - works fine now.