You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
Hi,
I encountered some strange behaviour when using the IEndpointRouter component, which was that messages sent to localhost weren't being re-routed. Strange because messages sent elsewhere were re-routed as expected.
It turned out that this is because localhost is special-case replaced with the machine name, so reading the config to do the remapping doesn't necessarily work:
Does anyone know why it actually does this? If so, shouldn't it be using Uri.IsLoopback property as I would think the same reasoning should apply if the user wrote 127.0.0.1 in the config file? And lastly, is it a good idea to put the same logic into the EndpointRouter as currently some remappings can appear to be bypassed?
Miles
Miles Waller
unread,
Jan 23, 2013, 10:31:30 AM1/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
Hi,
I've submitted a pull request to fix this issue and a nullreference
exception that we found when trying to set up a bootstrapper with
non-default configuration: