You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded an app to deploy on Glassfish 7.0.25 (coming from payara 5); The following snippet in web.xml leads to an basic auth requirement even on the root path of the app:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I upgraded an app to deploy on Glassfish 7.0.25 (coming from payara 5); The following snippet in web.xml leads to an basic auth requirement even on the root path of the app:
I expected only path
https://10.0.0.30:8443/appName/odata
and e.g.
https://10.0.0.30:8443/appName/odata/..
to trigger it, but it also triggers on
https://10.0.0.30:8443/appName/
?
Has there anything changed in that config part?
Exact same works on payara 5 as expected, if I disable the part of
i can access my app under the
https://10.0.0.30:8443/appName/
as expected. Of course no basic auth on the required path then. Anything I miss here?
Beta Was this translation helpful? Give feedback.
All reactions