You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Phil Steitz (JIRA)" <ji...@apache.org> on 2007/08/02 03:13:52 UTC

[jira] Created: (RIVER-170) hello example ConfirmingILFactory assumes ClientHost.toString is useful

hello example ConfirmingILFactory assumes ClientHost.toString is useful
-----------------------------------------------------------------------

                 Key: RIVER-170
                 URL: https://issues.apache.org/jira/browse/RIVER-170
             Project: River
          Issue Type: Bug
          Components: com_sun_jini_example
            Reporter: Phil Steitz
            Priority: Minor


Bugtraq ID [6487736|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6487736]
The hello example's ConfirmingILFactory.Dispatch class assumes that toString on a ClientHost  customer  will produce something useful, but the impl class used by JERI does not override the default Object.toString.  Should really be using ClientHost.getClientHost instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (RIVER-170) hello example ConfirmingILFactory assumes ClientHost.toString is useful

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RIVER-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12911019#action_12911019 ] 

Hudson commented on RIVER-170:
------------------------------

Integrated in River-trunk #327 (See [https://hudson.apache.org/hudson/job/River-trunk/327/])
    RIVER-170: replace ClientHost.toString() with ClientHost.getClientHost() in order to output a meaningful string


> hello example ConfirmingILFactory assumes ClientHost.toString is useful
> -----------------------------------------------------------------------
>
>                 Key: RIVER-170
>                 URL: https://issues.apache.org/jira/browse/RIVER-170
>             Project: River
>          Issue Type: Bug
>          Components: com_sun_jini_example
>            Reporter: Phil Steitz
>            Assignee: Jonathan Costers
>            Priority: Minor
>         Attachments: RIVER-170.patch
>
>
> Bugtraq ID [6487736|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6487736]
> The hello example's ConfirmingILFactory.Dispatch class assumes that toString on a ClientHost  customer  will produce something useful, but the impl class used by JERI does not override the default Object.toString.  Should really be using ClientHost.getClientHost instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (RIVER-170) hello example ConfirmingILFactory assumes ClientHost.toString is useful

Posted by "Jonathan Costers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Costers reassigned RIVER-170:
--------------------------------------

    Assignee: Jonathan Costers

> hello example ConfirmingILFactory assumes ClientHost.toString is useful
> -----------------------------------------------------------------------
>
>                 Key: RIVER-170
>                 URL: https://issues.apache.org/jira/browse/RIVER-170
>             Project: River
>          Issue Type: Bug
>          Components: com_sun_jini_example
>            Reporter: Phil Steitz
>            Assignee: Jonathan Costers
>            Priority: Minor
>
> Bugtraq ID [6487736|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6487736]
> The hello example's ConfirmingILFactory.Dispatch class assumes that toString on a ClientHost  customer  will produce something useful, but the impl class used by JERI does not override the default Object.toString.  Should really be using ClientHost.getClientHost instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (RIVER-170) hello example ConfirmingILFactory assumes ClientHost.toString is useful

Posted by "Jonathan Costers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Costers resolved RIVER-170.
------------------------------------

    Fix Version/s: AR3
       Resolution: Fixed

implemented suggested solution

> hello example ConfirmingILFactory assumes ClientHost.toString is useful
> -----------------------------------------------------------------------
>
>                 Key: RIVER-170
>                 URL: https://issues.apache.org/jira/browse/RIVER-170
>             Project: River
>          Issue Type: Bug
>          Components: com_sun_jini_example
>            Reporter: Phil Steitz
>            Assignee: Jonathan Costers
>            Priority: Minor
>             Fix For: AR3
>
>         Attachments: RIVER-170.patch
>
>
> Bugtraq ID [6487736|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6487736]
> The hello example's ConfirmingILFactory.Dispatch class assumes that toString on a ClientHost  customer  will produce something useful, but the impl class used by JERI does not override the default Object.toString.  Should really be using ClientHost.getClientHost instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RIVER-170) hello example ConfirmingILFactory assumes ClientHost.toString is useful

Posted by "Jonathan Costers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Costers updated RIVER-170:
-----------------------------------

    Attachment: RIVER-170.patch

Attached patch that replaces the ClientHost.toString() call with a ClientHost.getClientHost() call.
The confirming JERI server now, instead of a meaningless string, will output the client's hostname (if found) and the client's IP address (in the form of "<host>/<ip>") in its confirmation dialog box.

> hello example ConfirmingILFactory assumes ClientHost.toString is useful
> -----------------------------------------------------------------------
>
>                 Key: RIVER-170
>                 URL: https://issues.apache.org/jira/browse/RIVER-170
>             Project: River
>          Issue Type: Bug
>          Components: com_sun_jini_example
>            Reporter: Phil Steitz
>            Assignee: Jonathan Costers
>            Priority: Minor
>         Attachments: RIVER-170.patch
>
>
> Bugtraq ID [6487736|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6487736]
> The hello example's ConfirmingILFactory.Dispatch class assumes that toString on a ClientHost  customer  will produce something useful, but the impl class used by JERI does not override the default Object.toString.  Should really be using ClientHost.getClientHost instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (RIVER-170) hello example ConfirmingILFactory assumes ClientHost.toString is useful

Posted by "Jonathan Costers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on RIVER-170 started by Jonathan Costers.

> hello example ConfirmingILFactory assumes ClientHost.toString is useful
> -----------------------------------------------------------------------
>
>                 Key: RIVER-170
>                 URL: https://issues.apache.org/jira/browse/RIVER-170
>             Project: River
>          Issue Type: Bug
>          Components: com_sun_jini_example
>            Reporter: Phil Steitz
>            Assignee: Jonathan Costers
>            Priority: Minor
>
> Bugtraq ID [6487736|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6487736]
> The hello example's ConfirmingILFactory.Dispatch class assumes that toString on a ClientHost  customer  will produce something useful, but the impl class used by JERI does not override the default Object.toString.  Should really be using ClientHost.getClientHost instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.