Rendering of HomeDirectoryBrowserAction does not work since JIRA 8.8

Issue #20 resolved
Vincent Thoulé created an issue

Even the plugin is marked as Compatible with Jira 8.9 and not yet marked for 8.12.0 (version tested), the HomeDirectoryBrowserAction does work as expected since Jira 8.8.

Since Jira 8.8, Atlassian has introduced some Velocity Introspection securities on Package and Classes.

Among the side effect, your plugin fails to render java.io.File object

In order to make it compatible, it will required to implements your own Java Object in order to have “File” getters proxied.

The Workaround based on modification of  <JIRA _INSTALL>/atlassian-jira/WEB-INF/classes/velocity.properties , should be only accepted temporary.

Thanks

V.

Comments (4)

  1. Log in to comment