]
Diana Vilkolakova closed ELY-1963.
----------------------------------
Resolution: Cannot Reproduce
Silent Basic let me access resource without credential
------------------------------------------------------
Key: ELY-1963
URL:
https://issues.redhat.com/browse/ELY-1963
Project: WildFly Elytron
Issue Type: Bug
Components: HTTP
Reporter: Martin Choma
Assignee: Diana Vilkolakova
Priority: Major
Attachments: SilentBasicMechTestCase-web.xml
I use this configuration in web.xml
{{<auth-method>BASIC?silent=true,FORM</auth-method>}} and I get 200 + content
of protected resource when I access resource without credentials.
If I use this configuration in web.xml
{{<auth-method>BASIC?silent=true</auth-method>}} I get correctly empty content
with 200 status code when I access without credentials.
Zulip Chat 2019-01-04:
https://wildfly.zulipchat.com/#narrow/stream/174178-eap/subject/EAP7-1154...
Test Commit:
https://github.com/mchoma/wildfly/commit/e191c211c7e224f835c933c31829e597...