Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed

(In [6560]) Fixes #1866: Warn about use of deprecated methods in taglibs and extensions

comment:2 by Nicklas Nordborg, 10 years ago

(In [6561]) References #1866: Warn about use of deprecated methods in taglibs and extensions

Note: See TracTickets for help on using tickets.