[Dev] Request dispatching to tenant webapps when the WebContextRoot is set

2012-08-02 Thread Kishanthan Thangarajah
Hi, Currently we are having a problem in dispatching requests to a tenants webapp in a situation where the tenant is not loaded yet and the WebContextRoot is set to some value apart from root (/). For example, if we set the WebContextRoot to "/foo". And then if we send a request to a webapp at "/t

Re: [Dev] Request dispatching to tenant webapps when the WebContextRoot is set

2012-08-02 Thread Pradeep Fernando
we did the same to fix the web-app lazy loading dispatching. hence this is a good enough approach. Applied the patch to C4 branch. please commit to the trunk as well --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/de

Re: [Dev] Request dispatching to tenant webapps when the WebContextRoot is set

2012-08-02 Thread Kishanthan Thangarajah
On Fri, Aug 3, 2012 at 9:21 AM, Pradeep Fernando wrote: > we did the same to fix the web-app lazy loading dispatching. hence this > is a good enough approach. Applied the patch to C4 branch. please commit to > the trunk as well Thanks pradeep. I have added this fix to trunk. > > > --Pradeep