Commit Briefs

9ffce56b80 Oliver Lowe

Properly encode spaces in filter expressions

This is a bit tricky. url.QueryEscape() encodes spaces in queries as "+", but Icinga2 wants them as "%20". A test case is included because this was kinda tricky to debug.