Hello

I'm working on a site which allows to process some external pages

I call something like:
http://mysite/processing/process1/an/external/url
and which is matched by a pipeline like this
        <map:match pattern="process1/**/*">
            <map:generate  src="">            <map:transform type="myTransform"/>
            <map:serialize type="xml" />
        </map:match>

which works fine if the URL has no parameters
but if the called URL has parameters, the generator seems to ignore it.
If the request is
http://mysite/processing/process1/an/external/url?param=12
I would like that the generator uses
http://an/external/url?param=12
as his src
Is there a solution to do it?

--
--
Jean-Claude Moissinac
Department of Computer Science and Networks
ENST Paris
FRANCE

E-mail: [EMAIL PROTECTED]
Tel: (+33) 1.45.81.80.88
Fax: (+33) 1.45.81.71.58

http://shadok.enst.fr/jcm

Reply via email to