I patched the CompressionUtils file and replaced the inflate function with the one from 5.1.x and now GoogleApps is working again.
Was there a reason the function was re-written in the first place other than trying to make it more efficient? I'm thinking of submitting a pull request to revert the code for inflate back. On Wednesday, December 12, 2018 at 3:48:39 PM UTC-5, JF Poulin wrote: > > After a lot of debugging, I have discovered that the XML is not being > properly inflated in AbstractSaml20ObjectBuilder at line 442: > CompressionUtils.inflate(decodedBytes); > > java is complaining about the zip header > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" 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/a/apereo.org/d/msgid/cas-user/bb7038da-ad87-499d-b68b-1accc0b7791e%40apereo.org.
