Open tosts opened 3 years ago
The error also occures if the macro is used in a page comment. (both on regular pages & blog posts) And even when used in inline comments. (Use copy-paste from e.g. a comment)
Though the last one is so exotic, that it's probably not a valid use case. Still, not throwing stack traces at users is always nice. :)
Testing with the live system, at least the error shown when used in a page comment also exists in Confluence Server 7.3.5 with 7.0.2. ... so ... at least no regression! 😢
Upgraded Confluence Server 7.3.5 -> 7.13.2 & digital-signatures 7.0.2 -> 7.0.3
When testing to sign a macro on a blog post, a 500 xml error for a NullPointerException is displayed. The macro did receive the signing, though. Regular confluence pages do not exhibit this problem.
The instance contains additional plugins related to blog posts:
URL's like/rest/signature/1.0/sign?key=signature.a8ac9c5ed978910021be7258321a26cc5d929985cb44553b4ee202fd92ff2c50
Nothing shows up in the server log files, apart from the stacktrace also shown to the user.
Following the last comment on #65 a clearing of the plugin cache did not help with the error being shown. (Also note that the exception is different from #65 & #68.)