]
Wolf-Dieter Fink reassigned JBREM-1335:
---------------------------------------
Assignee: David Lloyd
Authentication via remoting fail for larger requests i.e. long
password
-----------------------------------------------------------------------
Key: JBREM-1335
URL:
https://issues.jboss.org/browse/JBREM-1335
Project: JBoss Remoting
Issue Type: Bug
Components: general, security
Reporter: Wolf-Dieter Fink
Assignee: David Lloyd
If the client use authentication and the passwords is really long, the SASL request or
kerberos ticket is huge the attempt will fail.
In the same environment authentication for other users work correct.
The shown message within the server log is
TRACE [org.jboss.remoting.remote.connection handleEvent] (Remoting "gravity"
read-1) Connection error detail: java.io.IOException: Received an invalid message length
of 11857
at org.xnio.channels.FramedMessageChannel.receive(FramedMessageChannel.java:106)
[xnio-api-3.0.15.GA.jar:3.0.15.GA]
at
org.jboss.remoting3.remote.ServerConnectionOpenListener$Initial.handleEvent(ServerConnectionOpenListener.java:229)
[jboss-remoting-3.3.6.Final.jar:3.3.6.Final]