Hi all,

I've already something similar a few days ago, but I'm really stuck with this 
one and I can't understand where the problem could be.

I try to setup an asset-encoder in my hivemodule.xml with the following 
contribution :

<contribution configuration-id="tapestry.url.ServiceEncoders">
        <page-service-encoder id="page" service="page" extension="html"/>
        <page-service-encoder id="external" service="external" extension="ext"/>
        <direct-service-encoder id="direct" stateless-extension="do" 
stateful-extension="so"/>
        <asset-encoder id="asset" path="/assets/"/>
        <extension-encoder id="ext" extension="svc" after="*"/>
</contribution>

All other encoders work well, but the asset encoder does not do anything at all.

Can someone share some clue to have it up and running ? Currently, I never got 
any URL with "/assets/". Every asset access is directly mapped to the directory 
specified.


Thanks in advance.

--
Sylvain COUTANT

ADVISEO
http://www.adviseo.fr/
http://www.open-sp.fr/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to