IP WhitelistingPage comment added by keith wallThe first example hostname rule on this page contains a typo: It says: <rule permission="allow" hostname="*.qpid.apache.org"/> but if a user were to try this they would see a PatternSyntaxException and the broker would fail to start as "*.qpid.apache.org" is not a valid regular _expression_. To parse correct, it would need to read: <rule permission="allow" hostname=".*.qpid.apache.org"/> or to be to be absolutely precise: <rule permission="allow" hostname=".+\.qpid\.apache\.org"/>
Change Notification Preferences
View Online
|
|