Menu

#1 avoid using .split for JDK1.3 compatibility

open
None
5
2004-06-28
2004-06-27
Ken Yee
No

In

com.mimecast.spf.IPAddr.stringToInternal(IPAddr.java:182)

The method split() is used. This isn't in JDK1.3 and
it's probably easy to maintain compatibility w/ JDK1.3
by avoiding use of this...

Discussion

  • Roger Fullerton

    Roger Fullerton - 2004-06-28
    • assigned_to: nobody --> rfullerton
     
  • Roger Fullerton

    Roger Fullerton - 2004-06-28

    Logged In: YES
    user_id=1031770

    A new split function will be created and added to the
    project shortly

     

Log in to post a comment.