Re: [VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by ResourceHandlerImpl)

2012-11-30 Thread Leonardo Uribe
Hi Just to remember this vote is still active. There is interest in fix MYFACES-3586, but without the minimun 3 +1 votes, according to the rules I can't propose a possible patch. regards Leonardo Uribe 2012/11/28 Leonardo Uribe lu4...@gmail.com: Hi This vote is only for fix the performance

Re: [VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by ResourceHandlerImpl)

2012-11-30 Thread Grant Smith
+1 On Fri, Nov 30, 2012 at 9:47 AM, Leonardo Uribe lu4...@gmail.com wrote: Hi Just to remember this vote is still active. There is interest in fix MYFACES-3586, but without the minimun 3 +1 votes, according to the rules I can't propose a possible patch. regards Leonardo Uribe

Re: [VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by ResourceHandlerImpl)

2012-11-30 Thread Mark Struberg
+1 LieGrue, strub From: Leonardo Uribe lu4...@gmail.com To: MyFaces Development dev@myfaces.apache.org Sent: Friday, November 30, 2012 6:47 PM Subject: Re: [VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by

Re: [VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by ResourceHandlerImpl)

2012-11-28 Thread Werner Punz
+1 I have had similar situations and people definitely need a fix this has higher priority than having no new config params. Werner Am 27.11.12 16:56, schrieb Leonardo Uribe: +1, if there are people with interest to get a problem solved, it's worth a shot to hear what people says and

Re: [VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by ResourceHandlerImpl)

2012-11-28 Thread Mark Struberg
The only _real_ solution is to not use the JSF specced resource handling and instead only use RESTful URLs. Since JSF resources may contain EL expressions, they are _not_ cacheable. We currently deliver them with a expiry of 14 days, but this is actually wrong! The RI has the same bug, so it's

Re: [VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by ResourceHandlerImpl)

2012-11-28 Thread Leonardo Uribe
Hi This vote is only for fix the performance problem over the default ResourceHandlerImpl bundled in MyFaces Core. The idea is create a temporal folder and uncompress the resources there. Also, adopt the idea of use a soft reference map to avoid read the file, but that memory cache needs some

[VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by ResourceHandlerImpl)

2012-11-27 Thread Leonardo Uribe
Hi Some time ago, it was mentioned the controversy behind a fix for MYFACES-3586 http://markmail.org/message/xycbf77ku7x5wygj#query:+page:1+mid:jhmcr6a435xma3lu+state:results Maybe we should reconsider the previous position about this one and try to fix it, even if that means to include

Re: [VOTE][core] fix for MYFACES-3586 (performance of resources in jar files served by ResourceHandlerImpl)

2012-11-27 Thread Leonardo Uribe
+1, if there are people with interest to get a problem solved, it's worth a shot to hear what people says and get it done. 2012/11/27 Leonardo Uribe lu4...@gmail.com: Hi Some time ago, it was mentioned the controversy behind a fix for MYFACES-3586