https://issues.apache.org/struts/browse/TILES-254
Is there any particular reason to re-load Definitions for the very first request, [UrlDefinitionsFactory line 167]. Since I'm not applying any filter at all, reloading defs for the very first request is very expensive. In order to not to make the initial request take a lot of time to process the already processed defs (which is already processed in deployment time), now I've commented out everything after line 227 to 271. Still it works and all the test passes. Thank you Saminda On Feb 20, 2008 10:00 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/2/20, Saminda Abeyruwan <[EMAIL PROTECTED]>: > > > > I would love to send a patch for this. But due to my lack of experience > > with Tiles 2 code, my tweak wouldn't be the optimum solution. > > > > Don't worry about the "optimum" solution: if it is a bug, it must be > corrected. Eventually we will discuss how to improve the solution :-) > > > Shall I create > > a JIRA for this issue. > > > > Yes, thanks. > > Ciao > Antonio > -- Saminda Abeyruwan Senior Software Engineer WSO2 Inc. - www.wso2.org
