Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web.xml security constraint for assets folder #17835

Closed
jgambarios opened this issue Jan 13, 2020 · 2 comments
Closed

web.xml security constraint for assets folder #17835

jgambarios opened this issue Jan 13, 2020 · 2 comments

Comments

@jgambarios
Copy link
Contributor

jgambarios commented Jan 13, 2020

As part of a series of security improvements we need to add a security constraint for the assets folder in the web.xml file.

<security-constraint>
        <web-resource-collection>
            <web-resource-name>assets</web-resource-name>
            <url-pattern>/assets/*</url-pattern>
        </web-resource-collection>
        <auth-constraint>
        </auth-constraint>
</security-constraint>

Related to #17796

@jgambarios
Copy link
Contributor Author

PR: #17836

@bryanboza
Copy link
Member

Fixed, tested on release-5.2.4 // Postgres // FF

@wezell wezell closed this as completed Jan 21, 2020
@wezell wezell removed this from the Bug Sprint milestone Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants