Anthony Green wrote: > On Thu, 2006-08-31 at 12:58 -0600, Tom Tromey wrote: > > >>>>> "Gary" == Gary Benson <[EMAIL PROTECTED]> writes: > > > > Gary> This commit makes java.net.SocketPermission()'s constructor > > Gary> use "localhost" when called with an empty hostport argument > > Gary> as mandated by the spec. > > > > Do we want this in GCC 4.2? Or FC6? > > We want this in FC-6. It's causing an exception in Azureus. > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212739 > > Jakub - do you have any gcc updates planned for FC-6?
To really fix this issue you need to grab SocketPermission and Inet*Address from trunk. Cheers, Gary