https://bz.apache.org/bugzilla/show_bug.cgi?id=69140

            Bug ID: 69140
           Summary: REGRESSION in change from Base64 from apache commons
                    to java class
           Product: Tomcat 10
           Version: 10.1.24
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: mircea.butma...@radcom.ro
  Target Milestone: ------

Somewere between changes from 10.1.20 to 10.1.24 it was introduced a change in
SpnegoAuthenticator that creates a big problem in Windows Integrated
Authentication.
The change is consisting in the fact that was deprected (and removed) the class
import org.apache.tomcat.util.codec.binary.Base64;

and replaced with class

import java.util.Base64;

The rest of changes are derived from this fact.

The problem is that when Windows Integrated Authentication happens from Windows
10 station Tomcat reports exception with some unrecognised character exception.

It is very clear that this change is implemented more permissive in decoding /
encoding process with respect with whitespace characters and coding of those
characters in URL.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to