timp/atombeat

cannot use atom-protocol:do-* from within xquery as headers from host page are interpreted as headers in nested request

Closed this issue · 1 comments

What steps will reproduce the problem?
1. create an xquery that uses atom-protocol:do-*
2. call atom-protocol:do-* and inspect the response

What is the expected output? What do you see instead?
expect atom xml output, instead will get html because conneg plugin is 
confused, because the request headers sent for the host page are also assumed 
as request headers in the nested call to atom-protocol:do-*


Original issue reported on code.google.com by alimanfoo@googlemail.com on 14 Feb 2011 at 11:06

fixed in revision 571. n.b. this involved changing the function signature for 
operation and plugin functions, so detailed release notes are required.

Original comment by alimanfoo@googlemail.com on 14 Feb 2011 at 7:32

  • Changed state: Fixed