> It looks like you accidently removed the empty string check needed here
for
> ajp.RemoteUser ().
> ajp.RemoteUser () should probably also be checked whether it is null
before
> calling toString.
No, I did it on purpose.
It's a lot better to have the user set the behavior of the connector here.
It looks like you accidently removed the empty string check needed here for
ajp.RemoteUser ().
ajp.RemoteUser () should probably also be checked whether it is null before
calling toString.
//if ((!(((Ajp13Connector) connector).getTomcatAuthentication()))
//&& (ajp.remoteUser() != null)) {
//