Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 304331] New: Fail to connect peer if port is specified non-decimal

https://bugs.eclipse.org/bugs/show_bug.cgi?id=304331 
Product/Component: Target Management / TCF

           Summary: Fail to connect peer if port is specified non-decimal
    Classification: DSDP
           Product: Target Management
           Version: 3.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: uwe.stieber@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Please clarify the supported port number formats for IPeer.ATTR_IP_PORT. It
might be by intention that only the decimal number format is supported for this
peer attribute, but at least it is no where clearly documented. If it is
supported to specifiy ports in common hexadecimal format also, in example
0x4321, than the TransportManager implementation, lines 57 and 74, should use
"Integer.decode(...)" instead of "Integer.parseInt(...)", otherwise the connect
will fail.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top