I need to keep a list of (HTTP) headers, essentially a list of name/value
string pairs. Anyone want to suggest a class in the core/common GlassFish
packages that I could use?
javax.mail.Header would be perfect (:-)), but I don't want to introduce that
dependency.