Menu

#75 HTTPBinding constructor registers itself before it is build up

v.2.0.0-beta10
closed
None
1
2014-04-02
2014-02-27
steph96
No

This bug report relates to beta 10 (not available in the milestone list).

In the HTTPBinding constructor addAddressChangeListener() is called before the port member is set. This results to wrong debug logging output. The given logged port is -1 instead of the given port.

Fix: move the call to addAddressChangeListener() to the end of the constructor, where all members are set correctly.

Discussion

  • Michael Ihne

    Michael Ihne - 2014-04-02
    • assigned_to: Michael Ihne
    • Group: v.2.0.0-beta7 --> v.2.0.0-beta10
     
  • Michael Ihne

    Michael Ihne - 2014-04-02

    Hi,

    this will be fixed in the next release!

    Thanks and best regards,

    Michael

     
  • Michael Ihne

    Michael Ihne - 2014-04-02
    • status: open --> closed
     

Log in to post a comment.