Damian Krzeminski wrote:
Dennis Sinelnikov wrote:
Dear Fellow Tapestriers :),
I need to implement an EngineService that will return a specific file
living on a filesystem. I need to pass a parameter in the url that
specifies which file to return. I've searched the tapestry list serve
archi
Dennis Sinelnikov wrote:
Dear Fellow Tapestriers :),
I need to implement an EngineService that will return a specific file
living on a filesystem. I need to pass a parameter in the url that
specifies which file to return. I've searched the tapestry list serve
archives for an elegant solutio
I don't usually send the filename hashed. I merely include a hash of
the parameter that was created with a secret seed. At the other end,
I can determine if the payload was messed with by seeing if the
parameters match the hash of the params. This makes life a lot easier
to debug, is pretty sec
Dear Fellow Tapestriers :),
I need to implement an EngineService that will return a specific file
living on a filesystem. I need to pass a parameter in the url that
specifies which file to return. I've searched the tapestry list serve
archives for an elegant solution, but nothing really caug