Hi,

Anyone know if the the keys for the various javax.servlet.http.Part headers are 
available as constants anywhere?  I'd like to do something like:

part.getHeader(Part.FILENAME);...instead of
part.getHeader("filename");

TIA,
- Ole

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to