Re: [OT] Specifying a Custom Authenticator Class

2021-10-05 Thread Christopher Schultz
Jerry, On 10/5/21 12:23, Jerry Malcolm wrote: hi Chris, thanks for the feedback. I'm not using JWTs.  I'm just sending a base64 token made up of "a:b:c:d:e".   I don't mind cloning the BasicAuthenticator if that's what's required.  I'm still not understanding how TC will handle my modified h

Re: [OT] Specifying a Custom Authenticator Class

2021-10-05 Thread Jerry Malcolm
hi Chris, thanks for the feedback. I'm not using JWTs.  I'm just sending a base64 token made up of "a:b:c:d:e".   I don't mind cloning the BasicAuthenticator if that's what's required.  I'm still not understanding how TC will handle my modified header.  I assume that if TC finds an Authorizati

Re: [OT] Specifying a Custom Authenticator Class

2021-10-05 Thread Christopher Schultz
Jerry, On 10/4/21 22:40, Jerry Malcolm wrote: I really don't care whether it's called Basic, Malcolm, RollYourOwn, or whatever.  I was just emulating techniques I've had to implement as a client for credit card gateways and other services in the past that all use BASIC prefix with their own to

Re: Specifying a Custom Authenticator Class

2021-10-05 Thread Christopher Schultz
Mark, On 10/5/21 04:46, Mark Thomas wrote: On 05/10/2021 03:40, Jerry Malcolm wrote: An earlier post suggested I just implement a CredentialHandler, which would be great.  But it looked like the credential handler is given "id/pw" extracted from the base64.  Or will it actually return whateve

Re: The import javax.servlet cannot be resolved

2021-10-05 Thread Mark Thomas
On 05/10/2021 04:08, Dick Hildreth wrote: Tomcat 9.0.53 Windows Server 2019 Standard version 1809 OpenJDK jdk-11.0.8.10-hotspot I have a JSP/JavaBean webapp. I deployed all of the class files into the webapp's classes subdirectory (no WAR file) and the external JAR files are in the webapp's li

Re: Specifying a Custom Authenticator Class

2021-10-05 Thread Mark Thomas
On 05/10/2021 03:40, Jerry Malcolm wrote: An earlier post suggested I just implement a CredentialHandler, which would be great.  But it looked like the credential handler is given "id/pw" extracted from the base64.  Or will it actually return whatever it finds in the base64 token?  "A:B:C:D:E:F