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
When http_external_uri contains a path, it should be used to prefix resources.
Current Behavior
When http_external_uri contains a path, it will not be considered for web assets. E.g. when http://localhost:9000/graylog/ is configured, fetching http://localhost:9000/graylog/config.js will return the placeholder file and not config.js. It will still be served on /config.js.
Possible Solution
Strip away the configured path of the base URL in WebInterfaceAssetsResource before looking up files.
Steps to Reproduce (for bugs)
Context
Your Environment
Graylog Version:
Java Version:
OpenSearch Version:
MongoDB Version:
Operating System:
Browser version:
The text was updated successfully, but these errors were encountered:
Expected Behavior
When
http_external_uri
contains a path, it should be used to prefix resources.Current Behavior
When
http_external_uri
contains a path, it will not be considered for web assets. E.g. whenhttp://localhost:9000/graylog/
is configured, fetchinghttp://localhost:9000/graylog/config.js
will return the placeholder file and notconfig.js
. It will still be served on/config.js
.Possible Solution
Strip away the configured path of the base URL in
WebInterfaceAssetsResource
before looking up files.Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: