Hi,
I wrote a small velocity script containing #set($bytes = xwiki.getUrlContentAsBytes(...))
. The resource I want to access currently uses TLS (self signed cert) and authentication (not basic), so I expected this to fail. I just wanted to now what with what error it fails (SSL Trust or Authentication issue).
What surprised me is that there are no errors reported. While I hoped that it wouldn’t throw an exception, I expected it to report an error in catalina.out.
Is there any way to make velocity write errors to catalina.out?
Will there be any error (thrown or reported) if I switch to groovy?
Thanks in advance.
Best regards,
rbr