Changeset 6593
- Timestamp:
- Nov 14, 2014, 8:08:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-stable/src/clients/web/net/sf/basedb/clients/web/extensions/ExtensionsControl.java
r6501 r6593 804 804 { 805 805 ExtensionPoint<?> ep = getExtensionPoint(ex.getExtends()); 806 if (ep == null) return false; 806 807 // The extension point cant violoate the policy 807 808 if (!ep.getActionClass().isAnnotationPresent(UnsafeScriptable.class)) return false;
Note: See TracChangeset
for help on using the changeset viewer.