#1866 closed enhancement (fixed)
Warn about use of deprecated methods in taglibs and extensions
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.3.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Methods such as 'setOnClick', etc will be removed in BASE 3.5 (#1813) to prevent breach of the Content Security Policy.
The problem now is that even though the methods have been deprecated it is not certain that developers will notice since those methods are either only called when Tomcat compile a JSP page or via reflection due to configuration settings in an XML file.
Change History (2)
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
(In [6560]) Fixes #1866: Warn about use of deprecated methods in taglibs and extensions