On 7/26/13 2:49 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:
>On Fri, Jul 26, 2013 at 11:40 AM, Alex Harui <aha...@adobe.com> wrote: > >> I found the offending code in an FB class. It is using a single \d for >> the version parsing. > > >Can you please elaborate about the version parsing bug in FB? AFAICT, this snippet is the problem: Pattern pattern = Pattern.compile("^(\\d+(\\.\\d+(\\.\\d+)?)?).*$"); > > >> I wonder what it would take to patch it? >> >> >Who is this question targeted towards? Adobe FlashBuilder team or Apache >Flex team? Apache Flex. I will ask Adobe FlashBuilder team as well, but I can't imagine they can react as quickly as we want. >