RE: Adding context info to a request

2007-11-02 Thread Jerome Louvel
Hi Jim, Exactly, that is the intended usage. Best regards, Jerome > -Message d'origine- > De : Jim Alateras [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 2 novembre 2007 02:50 > À : discuss@restlet.tigris.org > Objet : Adding context info to a request > >

Adding context info to a request

2007-11-01 Thread Jim Alateras
If i want to add context information to a request as it is processed by the different filters and guards should i use request.getAttributes().put(key, value) cheers