Details
Description
In the code:
//todo: implement!
public Map getRequestHeaderMap() {
return Collections.EMPTY_MAP;
}
//todo: implement!
public Map getRequestHeaderValuesMap() {
return Collections.EMPTY_MAP;
}
Unfortunately, an ESRI map renderer component tries to get the user-agent header value from the request and throws an NPE when it's not found. But anyone who is expecting values from empty collections will be disappointed.
//todo: implement!
public Map getRequestHeaderMap() {
return Collections.EMPTY_MAP;
}
//todo: implement!
public Map getRequestHeaderValuesMap() {
return Collections.EMPTY_MAP;
}
Unfortunately, an ESRI map renderer component tries to get the user-agent header value from the request and throws an NPE when it's not found. But anyone who is expecting values from empty collections will be disappointed.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Fixed for 1.7
Version 15570 jan 15, 2008