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
A standard error page should be returned for invalid paths without stacktrace. Note that if the path has /app, then it is good, this is just an issue when /app is not in the path.
Actual Results
Default error page is returned which contains stacktrace which is not recommended.
Evidence
Estimated Severity
Major
The text was updated successfully, but these errors were encountered:
When /app/ is in the path, then the error page is handled by pass-ui. Otherwise it is handled by pass-core and we can add whatever default error page we want.
Environment
PROD
Date/time occurred
2024-10-09 10:30a
Description
Typing an invalid path on PASS produces the default Whitelabel Error Page with stacktrace.
Steps to Reproduce
Log into https://app.pass.jhu.edu/
In the browser address bar, type https://app.pass.jhu.edu/foobar
You'll see the Whitelabel Error Page with stacktrace
Expected Results
A standard error page should be returned for invalid paths without stacktrace. Note that if the path has /app, then it is good, this is just an issue when /app is not in the path.
Actual Results
Default error page is returned which contains stacktrace which is not recommended.
Evidence
Estimated Severity
Major
The text was updated successfully, but these errors were encountered: