Details
Description
Logging of stomp CONNECT frame includes the raw passcode. This should be masked with "****"
so instead of:
22011-03-18 09:38:30,634 [38.171.43:40701] WARN TransportConnection - Failed to add Connection ID:xx.xx.38456-99-2:3, reason: java.lang.SecurityException: User name or password is invalid. 2011-03-18 09:38:30,634 [38.171.43:40701] WARN ProtocolConverter - Exception occurred processing: CONNECT host:big77 accept-version:1.0,1.1 passcode:bar login:foo
it should be:
22011-03-18 09:38:30,634 [38.171.43:40701] WARN TransportConnection - Failed to add Connection ID:xx.xx.38456-99-2:3, reason: java.lang.SecurityException: User name or password is invalid. 2011-03-18 09:38:30,634 [38.171.43:40701] WARN ProtocolConverter - Exception occurred processing: CONNECT host:big77 accept-version:1.0,1.1 passcode:***** login:foo