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

Remove web-API based expression utility objects #886

Closed
danielfernandez opened this issue May 2, 2022 · 1 comment
Closed

Remove web-API based expression utility objects #886

danielfernandez opened this issue May 2, 2022 · 1 comment
Assignees

Comments

@danielfernandez
Copy link
Member

The #request, #response, #session and #servletContext expression utility objects should be removed from the Standard Dialect, both for security reasons (in order to avoid direct access to potentially unsafe properties such as request parameters) and also due to the fact that these are currently bound to the javax.* Servlet API, and generalising the web interfaces in the Thymeleaf core in order to support jakarta.* and other web technologies would not be compatible with these specific objects still being available.

@danielfernandez
Copy link
Member Author

Closed by means of ef4d87f.

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

1 participant