From issues at jboss.org Fri Mar 3 04:31:00 2017 Content-Type: multipart/mixed; boundary="===============2774475981669032248==" MIME-Version: 1.0 From: Martin Choma (JIRA) To: jboss-jira at lists.jboss.org Subject: [jboss-jira] [JBoss JIRA] (WFLY-8285) Elytron, Can't access application secured with SPNEGO fallbacking to FORM Date: Fri, 03 Mar 2017 04:31:00 -0500 Message-ID: In-Reply-To: JIRA.12679971.1488533430000@Atlassian.JIRA --===============2774475981669032248== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Martin Choma created WFLY-8285: ---------------------------------- Summary: Elytron, Can't access application secured with SPNEGO= fallbacking to FORM Key: WFLY-8285 URL: https://issues.jboss.org/browse/WFLY-8285 Project: WildFly Issue Type: Bug Components: Security Reporter: Martin Choma Assignee: Darran Lofthouse Priority: Blocker When accessing application configured with SPNEGO + FORM fallback, then use= r get 404 on first http GET. {code} [mchoma(a)localhost ~]$ curl -v http://localhost.localdomain:8080/be4459d3-= 1eb1-4aa9-a42a-e6a63c1d33c5/protected/SimpleSecuredServlet * Hostname was NOT found in DNS cache * Trying 127.0.0.1... * Connected to localhost.localdomain (127.0.0.1) port 8080 (#0) > GET /be4459d3-1eb1-4aa9-a42a-e6a63c1d33c5/protected/SimpleSecuredServlet = HTTP/1.1 > User-Agent: curl/7.37.0 > Host: localhost.localdomain:8080 > Accept: */* > = < HTTP/1.1 404 Not Found < Expires: 0 < Cache-Control: no-cache, no-store, must-revalidate < X-Powered-By: Undertow/1 < Set-Cookie: JSESSIONID=3D0O3kk4WJTVuH0XuWriO_d_M6HMCb83Ri7UZmtUU0.localho= st; path=3D/be4459d3-1eb1-4aa9-a42a-e6a63c1d33c5 * Server JBoss-EAP/7 is not blacklisted < Server: JBoss-EAP/7 < Pragma: no-cache < Date: Fri, 03 Mar 2017 09:15:41 GMT < Connection: keep-alive < WWW-Authenticate: Negotiate < Content-Type: text/html;charset=3DUTF-8 < Content-Length: 149 < = * Connection #0 to host localhost.localdomain left intact Error/be4459d3-1eb1-4aa9-a42a-e6a63= c1d33c5/protected/http:/localhost.localdomain:8080/login.jsp[= mchoma(a)localhost ~]$ = {code} Changing in web.xml {{SPNEGO,FORM}} to {{SPNEGO}} makes SPNEGO work again. -- This message was sent by Atlassian JIRA (v7.2.3#72005) --===============2774475981669032248==--