On 15/10/2010 15:15, Juliano Daloia de Carvalho wrote:
>  Hi Folks!
> 
>        I want to put some information on the JSESSIONID that tomcat 
> generates. 
> I'm using aspect programming so I don“t need to change the tomcat code 
> itself. 

What information?

> The 
> 
> thing is that I found many points where tomcat handle this information, I 
> checked and notice that the head parser is made on the method parseSessionId 
> and 
> 
> parseSessionCookiesId in the class 
> org.apache.catalina.connector.CoyoteAdapter.
> 
> I'm not convinced that there is the perfect point to make my code injection.

You are planning to inject code into the container, from a web application?


p

> I need to find out the exactly point that this information (Cookie 
> JSESSIONID=2222222222) is received by Tomcat and where tomcat sends this 
> information to the browser, in other words, the first contact with this 
> information 
> 
> when browser sends and the last contact before sending to browser.
> 
> 
> Thanks.
> 
> 
> Juliano
> 
> 
> 
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

Attachment: 0x62590808.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to