Re: [Ryu-devel] [PATCH] gui_topology: Avoid wildcard URL matching

2018-07-15 Thread FUJITA Tomonori
On Wed, 11 Jul 2018 13:51:48 +0900 IWAMOTO Toshihiro wrote: > GUIServerController eats up the entire URL space and sometimes causes > problems. See the following thread in ryu-devel for example: > > https://sourceforge.net/p/ryu/mailman/message/36312411/ > > Signed-off-by: IWAMOTO Toshihiro >

[Ryu-devel] [PATCH] gui_topology: Avoid wildcard URL matching

2018-07-10 Thread IWAMOTO Toshihiro
GUIServerController eats up the entire URL space and sometimes causes problems. See the following thread in ryu-devel for example: https://sourceforge.net/p/ryu/mailman/message/36312411/ Signed-off-by: IWAMOTO Toshihiro --- ryu/app/gui_topology/gui_topology.py | 2 +- 1 file changed, 1 insertio