The GitHub Actions job "Build" on 
jackrabbit-oak.git/OAK-12259/OAK-http-basic-auth-parsing has failed.
Run started by GitHub user ciechanowiec (triggered by rishabhdaim).

Head commit for run:
ee4d0e00670793e5dfa3e4ea61006a2904e3970e / Herman Ciechanowiec 
<[email protected]>
OAK-12259: oak-http: fix HTTP Basic credential parsing in OakServlet

Split the decoded Authorization header on the first colon only (RFC 7617)
so passwords containing colons are preserved instead of being silently
truncated, and reject missing/malformed headers with a LoginException
(mapped to HTTP 401) instead of throwing an ArrayIndexOutOfBoundsException
(HTTP 500). Adds OakServletTest covering the parsing behaviour.

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/27503455232

With regards,
GitHub Actions via GitBox

Reply via email to