[cas-user] Re: CAS6.4.x, common-codec error with SAML delegated AuthN

2023-11-02 Thread Yan Zhou
never mind, we had the same class brought by another 3rd party dependenceis. Yan On Thursday, November 2, 2023 at 1:46:23 PM UTC-4 Yan Zhou wrote: > > I looked at the code. it seems that either 1.15 or 1.16.0, both should > work.Not sure why we get NoSuchMethod error. > > /** Encoder

[cas-user] Re: CAS6.4.x, common-codec error with SAML delegated AuthN

2023-11-02 Thread Yan Zhou
I looked at the code. it seems that either 1.15 or 1.16.0, both should work.Not sure why we get NoSuchMethod error. /** Encoder used to produce chunked output. */ @Nonnull private static final Base64 CHUNKED_ENCODER = new Base64(76, new byte[] { '\n' }, false,