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

--- Comment #20 from Rainer Jung <rainer.j...@kippdata.de> ---
Some attributes are "known" in the AJP 1.3 protocol and their names are
marshalled on the wire with hex abbreviations. Those must be known by the
receiver as well otherwise it is a protocol violation. So new attributes can't
simply get new hex abbreviations because then we would have a compativbility
problem with old receivers.

For general (not "known") attributes there's the option to send their name as
clear text. That's what we do here.

-- 
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