Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
4.0-alpha4
-
None
-
None
Description
Both HttpContext and HttpParams support hierarchies. The current implementations ([Sync]HttpExecutionContext, BasicHttpParams) do allow for overriding a parent/default value with another value, but they do not allow for overriding with null. Implementation alternatives:
- lookup the map entry instead of the value, do not fall back to parent/default if an entry is there with a null value
- use a dedicated constant to represent an explicit null value
cheers,
Roland
Attachments
Issue Links
- incorporates
-
HTTPCORE-139 allow explicit unsetting of parameters in stacks or hierarchies
- Closed
- relates to
-
HTTPCORE-136 HttpParams has no removeParameter
- Closed