Closed loupdavid closed 4 months ago
This commit fix a bug where the given rest uri in oxidized config was not taken entirely if there was multiple '/'.
Example of what worked :
rest: 127.0.0.1:8888/oxidized
Example of what was broken :
rest: 127.0.0.1:8888/network/backups In this case, the base uri will be /network instead of /network/backups, this commit fix this.
rest: 127.0.0.1:8888/network/backups
Thank you for the oxidized web interface ! Please let me know if something's not ok with this MR
Regards, David Loup
This commit fix a bug where the given rest uri in oxidized config was not taken entirely if there was multiple '/'.
Example of what worked :
rest: 127.0.0.1:8888/oxidized
Example of what was broken :
rest: 127.0.0.1:8888/network/backups
In this case, the base uri will be /network instead of /network/backups, this commit fix this.Thank you for the oxidized web interface ! Please let me know if something's not ok with this MR
Regards, David Loup