Alexander Müller: > I noticed the Tomcat implementation of > HttpServletRequest.getHeaderNames() returns all header names in lower > case. Is there any possibility to get them with their original case?
I can't answer your question but I'm curious: why is a HTTP header name's case of any importance to you? RFC 2616 defines field names as case-insensitive. Relying on a header field's case therefore seems at least non-portable to me. Maybe you should elaborate what problem you are really trying to solve. -- Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org