[jira] [Resolved] (TOBAGO-1089) Examples: Update to Jetty 7 and cleanup

2012-02-09 Thread Udo Schnurpfeil (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-1089. - Resolution: Fixed Fix Version/s: 1.5.3 I've updated Jetty to version

[jira] [Created] (TOBAGO-1091) Closing a Popup with defaultCommand=true will flush checkboxes on the page

2012-02-09 Thread Rainer Rohloff (Created) (JIRA)
Closing a Popup with defaultCommand=true will flush checkboxes on the page Key: TOBAGO-1091 URL: https://issues.apache.org/jira/browse/TOBAGO-1091 Project: MyFaces Tobago

[SECURITY] CVE-2011-4367 Apache MyFaces information disclosure vulnerability

2012-02-09 Thread Leonardo Uribe
-- CVE-2011-4367: Apache MyFaces information disclosure vulnerability Severity: Important Vendor: The Apache Software Foundation Versions Affected: MyFaces Core 2.0.1 to 2.0.11

Re: PERF Discussion: Stateless JSF + HTML rendering

2012-02-09 Thread Leonardo Uribe
Hi Some days ago Thomas Andraschko told on users list that he already have a variant of this for MyFaces. Look the mail with subject: Weird PlexusContainer object in ViewRoot I think it is a good idea to put that code in myfaces commons or as an extension (extensions/stateless-jsf ?). Since the

Re: PERF Discussion: Stateless JSF + HTML rendering

2012-02-09 Thread Kito Mann
Leonardo, does 2.0.6 share the same memory consumption improvements? ___ Kito D. Mann | twitter: kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info | twitter: jsfcentral +1

Re: PERF Discussion: Stateless JSF + HTML rendering

2012-02-09 Thread Leonardo Uribe
Hi Kito MyFaces Core 2.0.12 has the same improvements. All improvements done has been applied on both branches, even if that means some overhead associated. Compared with 2.0.11/2.1.5, the diference is significant. regards, Leonardo Uribe 2012/2/9 Kito Mann kito.m...@virtua.com: Leonardo,

Re: PERF Discussion: Stateless JSF + HTML rendering

2012-02-09 Thread Kito Mann
Hello Leonardo, That's great to hear. I'll have to try out the new release :-). ___ Kito D. Mann | twitter: kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info | twitter:

Re: PERF Discussion: Stateless JSF + HTML rendering

2012-02-09 Thread Werner Punz
+1 Stateless definitely should be part of the codebase, I would not opt for an extension more for an integrated feature here. Extensions are so so, because they always are a little bit behind the core. As for !-- -- Martin Koci told me, that removal code already is in, it is just not enabled