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. Modify Make below changes to the file velocity.properties
    - Go to introspector.allowlist.classes and add the following
    - Add this line to the existing values in the new line com.opensymphony.xwork.util.XWorkListso if you add to the existing one, it will be as below

    Sample code:

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

...