You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseValidationError,"SAML Message exceeds #{max_bytesize} bytes during decompression, so was rejected"
102
-
end
102
+
raiseValidationError.new("SAML Message exceeds #{max_bytesize} bytes during decompression, so was rejected")ifbuffer.length + final_chunk.bytesize > max_bytesize
0 commit comments