You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Dinkar Ganti <di...@lifeconnect.com> on 2001/09/27 23:28:11 UTC

XMLSerializer requests

Hello,

The problem that I am facing may not have anything to do with Cocoon.


When I use XMLSerializer in the pipeline, the WebServer two requests for the
same pattern. For example for the following pipeline

<map:match pattern="blank.svg">
	<map:generate src="docs/esdm/blank.svg"/>
	<map:serialize type="xml"/>
</map:match>

The Webserver access log shows

127.0.0.1 - - [27/Sep/2001:17:04:16 -0400] "GET /cocoon/blank.svg HTTP/1.1"
200 146
127.0.0.1 - - [27/Sep/2001:17:04:16 -0400] "GET /cocoon/blank.svg HTTP/1.1"
200 146

Whereas if I change the pipeline to
<map:match pattern="blank.svg">
	<map:generate src="docs/esdm/blank.svg"/>
	<map:serialize type="svg2png"/>
</map:match>

127.0.0.1 - - [27/Sep/2001:17:20:48 -0400] "GET /cocoon/blank.svg HTTP/1.1"
200 1262

Any help would be greatly appreciated.

Thanks and regards,

Dinkar


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>