Hi, it used to be possible to submit a request to a sevlet using org.apache.hadoop.hdfs.web.AuthFilter as POST specifying user.name(simple authentication) as a form parameter.
For example, curl -X POST -d 'user.name=foo' 'http://....' after https://issues.apache.org/jira/browse/HADOOP-10193, this no longer works and user.name is only extracted in org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler if it's part of the query string. Was this side effect intentional/desired? Is there some way to make user.name as post parameter work? Thank you -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
