-
Bug
-
Resolution: Fixed
-
High
-
7.14.0
-
Severity 2 - Major
-
Issue Summary
New velocity lib 1.6.4-atlassian-23 in confluence 7.14 prevent velocity template render correctly due to restricted class:
net.java.ao.Entity,
net.java.ao.RawEntity,
net.java.ao.EntityProxyAccessor
Steps to Reproduce
- Start confluence 7.14.x
- Install plugin https://marketplace.atlassian.com/apps/1211907/announcer-for-confluence/version-history
- Create announcer items, the items can't be rendered.
Expected Results
Announcer items should be renders correctly and no error
Actual Results
Items are rendered with blank contents
Workaround
- Stop confluence
- Edit file /WEB-INF/classes/velocity.properties
- update introspector.allowlist.classes with values
introspector.allowlist.classes = java.io.Serializable,\ java.lang.reflect.Proxy,\ net.sf.hibernate.proxy.HibernateProxy,\ net.sf.cglib.proxy.Factory,\ java.io.ObjectInputValidation,\ net.java.ao.Entity,\ net.java.ao.RawEntity,\ net.java.ao.EntityProxyAccessor
- Restart Confluence
Affected apps that have confirmed to be impacted
- com.wittified.atl-announcer-confluence
- com.stiltsoft.confluence.quiz
Notes
For other affected versions see:
- relates to
-
CONFSERVER-73758 Multiple apps cannot render velocity template in confluence 7.13.1
- Closed