This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 2fb245b844fc9fefaa5e0c8002a481a72c502963 Author: Mark Thomas <[email protected]> AuthorDate: Fri Oct 4 17:49:42 2019 +0100 Update changelog --- webapps/docs/changelog.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 239241e..23c8eba 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -84,6 +84,11 @@ Add GraalVM specific ELResolver to avoid BeanInfo use in BeanElResolver if possible, as it needs manual reflection configuration. (remm) </fix> + <fix> + <bug>63781</bug>: When performing various checks related to the + visibility of classes, fields an methods in the EL implementation, also + check that the containing modeul has been exported. (markt) + </fix> </changelog> </subsection> <subsection name="Web Socket"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
