summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-12 11:56:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-12 11:56:54 +0000
commit4d52a72378443790069adfab8b619f764849f5e5 (patch)
treedffa18ee282ca00cb5aab5126856bfe09236702d
parente7686af2540e9ab61a02ad6640c783a2bc2e73cb (diff)
downloadATCD-4d52a72378443790069adfab8b619f764849f5e5.tar.gz
ChangeLogTag: Thu Aug 12 11:56:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 3035b1aadda..77048fd3a2c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,24 @@
+Thu Aug 12 11:56:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/IIOP_Transport.cpp:
+ * tao/Codeset_Manager.cpp:
+ Smaller debug message formatting so that things look the same and
+ that it is directly clear where the message is coming from when
+ reading a log.
+
+ * tao/IIOP_Transport.cpp (set_bidir_context_info):
+ After we retrieved all listen_points check that the list is
+ empty, if it is, we really have a problem and we report it.
+
+ * tao/IIOP_Connection_Handler.cpp (process_listen_point_list):
+ This method processes the listen_point_list, when we are here we
+ should have a list with something in it, when the client has a
+ misconfigured DNS, it can be that an empty list is send by the
+ client because in TAO_IIOP_Transport::get_listen_point we only
+ add endpoints there that match the local address and when we have
+ misconfigured this, this check could fail and we could send an
+ empty list.
+
Thu Aug 12 10:09:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Big_Oneways/server.cpp: