On Thu, Jan 11, 2018 at 1:44 PM, Oleg Nenashev <[email protected]> wrote: > Serialization over XStream: > > java.lang.UnsupportedOperationException: Refusing to marshal ${CLASS} for > security reasons; see https://jenkins.io/redirect/class-filter/ > > Serialization over Remoting: > > WARNING jenkins.security.ClassFilterImpl#lambda$isBlacklisted$1: ${CLASS} > in JRE might be dangerous, so rejecting; see > https://jenkins.io/redirect/class-filter/
To clarify, the latter log warning message is printed in any case (whether triggered by XStream or Remoting), even if the exception is caught and swallowed. The former message is an example of the detail message from an exception thrown out of XStream. The corresponding exception thrown out of Remoting is currently vaguer. > Checkout sources from https://github.com/jenkinsci/jenkins/pull/3120 This has been merged, so for the period until the 2.102 weekly release is cut, you would instead check out and merge from master. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr16X6vNFAcmAjOJHGYBtheXdqNoaiXKcwSf84sMhC2_pg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
