Actions
Bug #27402
closedheader <xml-stylesheet> should not be added when the agent is not a browser
Start date:
01/30/2018
Due date:
% Done:
100%
Estimated time:
Description
...else the stylesheet is not found when the entire XML (including this header) goes through another server.
Updated by Reynaud Sylvain about 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Guessing whether or not the <xml-stylesheet> header will be usefull to the client is not possible.
Instead of doing this, the impacted rendereds (i.e. DefaultRenderer and XMLRenderer) have been modified in order to automatically remove this header when it exists.
Actions