Re: request for enlightenment on request.getHeaders()

2008-08-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, André Warnier wrote: | A-prioris : | - Some HTTP headers may occur several times in an HTTP request. | - According to the HTTP 1.1 RFC, HTTP headers names are | case-insensitive, and Accept-charset:, ACCEPT-CHARSET:, | Accept-Charset: are

request for enlightenment on request.getHeaders()

2008-08-09 Thread André Warnier
Hi. Following another thread with the subject How to programmatically add parameters to ServletRequest objects?, I have a couple follow-up questions. This is related to a HttpServletRequestWrapper-derived class I wrote for a filter. I would like to make sure of precisely how I have to handle