Raphaël Berlamont 971a85a6f8 dns_azure : Multiple domains with same ending bug
We have a few domains that ends the same. For example :
  iperfony.com
  perfony.com

The problem was in the _get_root functions, when getting the domain_id :
only the first result "iperfony.com" was returned, because "perfony.com"
is contained in the "iperfony.com" string.

The correction consist of being strict in the regex, adding a slash (/)
so that it will only match on ".*/(perfony.com).*" and not
".*(perfony.com).*".
2019-06-29 18:14:34 +02:00
..
2018-04-03 10:18:54 +02:00
2018-02-15 12:26:35 +08:00
2018-01-15 10:59:50 +01:00
2019-05-21 18:21:54 +08:00
2019-05-08 22:07:27 +08:00
2019-03-09 09:13:49 +08:00
2019-04-29 21:52:22 +08:00
2017-03-26 05:30:26 +00:00
2018-03-03 14:40:23 +01:00
2019-04-28 15:58:08 +02:00
2019-03-21 10:58:13 +08:00
2019-03-22 18:43:06 -04:00
2019-01-24 17:00:37 +01:00
2018-08-12 18:15:20 +08:00
2018-02-13 21:02:38 -08:00
2019-05-19 08:05:40 +08:00
2018-12-30 03:21:16 +00:00
2018-12-20 16:37:11 +01:00
2019-06-02 13:09:57 -04:00
2018-06-12 21:19:27 +08:00
2018-10-02 10:43:25 +03:00
2018-03-26 14:28:52 -03:00
2018-12-20 11:00:10 -05:00
2019-03-28 16:34:13 +01:00
2018-02-17 15:12:19 +01:00
2019-05-25 16:55:09 +05:30
2018-02-26 21:47:51 +01:00
2019-06-10 22:35:55 +08:00
2019-02-27 20:41:50 +08:00
2019-02-27 20:41:50 +08:00
2019-03-16 15:09:49 +08:00
2018-12-04 14:36:28 +01:00
2019-05-23 08:15:03 +02:00
2019-05-01 12:25:46 +02:00
2019-02-06 21:49:17 +01:00
2019-05-31 08:55:21 +02:00
2019-02-15 08:56:09 +00:00
2019-03-18 16:10:58 +01:00
2019-01-08 15:59:29 +11:00
2019-02-13 12:00:05 +11:00
2018-01-26 20:39:41 +08:00
2017-12-09 20:22:09 +01:00
2018-05-02 11:13:10 +02:00
2019-03-14 20:41:13 +08:00
2018-08-21 12:32:30 +02:00
2018-05-03 01:01:14 +03:00
2018-03-28 18:14:45 +03:00
2018-02-10 23:34:34 +08:00
2019-05-03 20:46:16 +08:00