already searching their bugzilla for the commit since 10 minutes ^^ Bugzilla is SUCH a pita...
LieGrue, strub --- On Sat, 2/5/11, Matthias Weßendorf (JIRA) <[email protected]> wrote: > From: Matthias Weßendorf (JIRA) <[email protected]> > Subject: [jira] Commented: (MYFACES-3024) MyFaces hangs when converting > 2.2250738585072012e-308 > To: [email protected] > Date: Saturday, February 5, 2011, 9:10 AM > > [ > https://issues.apache.org/jira/browse/MYFACES-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990942#comment-12990942 > ] > > Matthias Weßendorf commented on MYFACES-3024: > --------------------------------------------- > > Tomcat fixed it in their src; we could look there: > https://twitter.com/theapachetomcat/status/33771766316793856 > > > > > MyFaces hangs when converting 2.2250738585072012e-308 > > ----------------------------------------------------- > > > > > Key: MYFACES-3024 > > > URL: https://issues.apache.org/jira/browse/MYFACES-3024 > > > Project: MyFaces Core > > Issue Type: Bug > > Reporter: > Matthias Weßendorf > > Priority: > Critical > > > > I read > > http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/ > > Nice! and it even works with JSF :-) > > Looking at the MyFaces (double) converter, I see > "Double.valueOf()" > > Now, I did a quick check, with Trinidad (disabled > client-side validation) and MyFaces (since Trinidad calls > super.getAsObject()). > > Entering "2.2250738585072012e-308" into a field, that > has a double converter is keeping my JVM _really_ busy ! :) > > Sweet! > > -- > This message is automatically generated by JIRA. > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > >
