I'm trying to add two "Pragma" headers to a GetMethodWebRequest -- and they don't seem to get through - not that bad a problem, since I'll just set them on my Conversation object.
But on that object I cannot set multiple "Pragma" headers. I keep overwriting the values. The underlying implementation is an extension of java.util.HashTable, with headername as key - hence multiple "Pragma" fields are not allowed. Will this change? should I change it and send a patcH?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To whom it may concern
I'm trying to add two "Pragma" headers to a GetMethodWebRequest -- and they don't seem to get through - not that bad a problem, since I'll just set them on my Conversation object.
But on that object I cannot set multiple "Pragma" headers. I keep overwriting the values. The underlying implementation is an extension of java.util.HashTable, with headername as key - hence multiple "Pragma" fields are not allowed. Will this change? should I change it and send a patcH?