Terence Kent created MRM-1984:
---------------------------------
Summary: XHRs get 403 errors after page reload
Key: MRM-1984
URL: https://issues.apache.org/jira/browse/MRM-1984
Project: Archiva
Issue Type: Bug
Components: browser
Affects Versions: 2.2.3
Reporter: Terence Kent
If you refresh any page in web UI, XHR requests will initially fail when the
page is reloaded. You'll see errors on whatever page you refreshed.
*To reproduce the issue:*
# Start a version of Archiva 2.2.3 locally on port 8080. If you have docker,
just use the following command.
{code:java}
docker run -it --rm -p 8080:8080 xetusoss/archiva:v2{code}
# Load [http://localhost:8080|http://localhost:8080/] and create an admin user
if prompted.
# Sign in as a user with administrative privileges.
# Navigate to any page under the _Administration_ menu (e.g. Proxy Connectors)
# Refresh the page
We don't often need to use the web UI, so it's definitely not a huge issue for
us, but it would be nice to fix.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)