Bug Report: OpenAPI not accessible if default web module is set/FISH-1531 #5247
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
Description
If a web application is set as a default web module, the /openapi endpoint becomes unavailable.
Expected Outcome
I would expect to still be able to access the /openapi endpoint.
Current Outcome
If the default web module is set, the /openapi endpoint will return a HTTP Status 404 - Not Found.
Steps to reproduce
asadmin set-openapi-configuration --corsHeaders=false --securityenabled=false --roles=microprofile --virtualServers= --enabled=true --target=server-config
asadmin set configs.config.server-config.http-service.virtual-server.server.default-web-module=<application-name>
Environment
The text was updated successfully, but these errors were encountered: