-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
security-openid-connect-web-authentication-quickstart fails as Quarkus webpage not found #1461
Comments
The test will have to change, index.html is not available in test scope anymore. The test will have to provide it's own page to test against |
@phillip-kruger Quarkus provides dynamic page at |
The dynamic page is only available in Dev Mode. So if your test is not a dev mode test, it should return 404. If it's a dev mode test you should get the redirection. quarkus.dev-ui.cors.enabled=false should work from CORS. You can also try and set the origin header in your test. But I would suggest to not test against this and rather include your own test html in your test case app that you test against. |
If I understand your correctly, for this QS we need to get html page back to the state before #1459 |
Any basic HTML file will do, it does not have to be the one from before |
CodeFlowTest fails after deleting index.html in #1459.
Stack trace
Expected Behavior:
The test should successfully access Quarkus main page
The text was updated successfully, but these errors were encountered: