Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Navigate to the Confluence server installed location at this path
    <confluencePath>/atlassian-confluence-7.19.18/confluence/WEB-INF/classes/velocity.properties

  2. Make below changes to the file velocity.properties
    - Go to introspector.allowlist.classes
    - Add this line to the existing values in the new line com.opensymphony.xwork.util.XWorkList

    Sample codereference:

    Code Block
         java.io.ObjectInputValidation,\    
        com.opensymphony.xwork.util.XWorkList,\
        
    net.sf.hibernate.proxy.HibernateProxy
  3. Stop and start the server.

...