gustafn
committed
on 06 Oct 23
protect query-parameters against exceptions with empty values

The page_conract filter require a "notnull", otherwise it lets
values like ..… Show more
protect query-parameters against exceptions with empty values

The page_conract filter require a "notnull", otherwise it lets

values like ...?v=&... through, although {v:boolean} was used.

These empty values will cause exceptions, when it is later

assumed that "v" has a proper boolean value.

Show less