fixes a bug to include auth_rules. If the "Max" parameter is not specified when using rsplit, the method will return the same as the split() method. When using filenames with multiple dots in them, eg "HP.2007.13.jp2", rsplit('.')[0] won't return the expected string. In this case, it will return "HP" instead of "HP.2007.13"
fixes a bug to include auth_rules. If the "Max" parameter is not specified when using rsplit, the method will return the same as the split() method. When using filenames with multiple dots in them, eg "HP.2007.13.jp2", rsplit('.')[0] won't return the expected string. In this case, it will return "HP" instead of "HP.2007.13"