Task #781
Story #957: CN Service layer should be refactored for 0.6 release
examine behavior of proxy request mappings
Status:
Closed
Priority:
High
Assignee:
Robert Waltz
Category:
d1_cn_service
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
CCI-0.5
Product Version:
*
Story Points:
Sprint:
Description
Requests matching /metacat/* and /mercury/* are handled by proxy.controller.ObjectController. But what happens to requests mapped to ObjectController which do not match @RequestMapping signatures? For example "AcceptType = text/xml; Accept-Encoding: compress, gzip" or simply other non-exact match such as extra spaces?
History
#1 Updated by Matthew Jones about 14 years ago
- Target version deleted (
CCI.Prototype.Review) - Parent task set to #957
- Milestone set to CCI-0.6
#2 Updated by Robert Waltz about 14 years ago
- Milestone changed from CCI-0.6 to CCI-0.5
#3 Updated by Robert Waltz over 13 years ago
- Status changed from New to Closed
AcceptType now is examined more thoroughly, other headers are ignored.