Re: Design Question

2011-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 8/6/2011 9:41 PM, Mohit Anchlia wrote: thanks for your input. Is it ok to make Http Calls and wait for response inside of Valve or Filter? Sure. You can do whatever you'd like. Are there any problems that might arise because of this?

Re: Sharing session between different webapps under same tomcat

2011-08-07 Thread Ron McNulty
Hi Chema I take your point. But this is a problem solved by JSR168/286 portal implementations. Perhaps you could use a portal for your purposes? Otherwise I would suggest taking a look at Apache Jetspeed or Liferay source code to see how they implement cross-war session sharing. Both portals

Tomcat not conforming to Servlet spec 2.4+ in regards to jsp:include

2011-08-07 Thread Nadav Katz
Hello, I have a filter in place for validating CSRF tokens. I only wish to validate requests coming from the client, so no validation for dynamic includes or forwards. My web.xml for the filter looks like this: filter-mapping         filter-nameCSRFFilter/filter-name        

Re: Tomcat not conforming to Servlet spec 2.4+ in regards to jsp:include

2011-08-07 Thread Konstantin Kolinko
2011/8/8 Nadav Katz nadav.k...@oracle.com: \ I have a filter in place for validating CSRF tokens. I only wish to validate requests coming from the client, so no validation for dynamic includes or forwards. My web.xml for the filter looks like this: filter-mapping