OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Error on TermPartDriver when "page" query string parameter is not numeric #8643

Closed AndreaPiovanelli closed 1 year ago

AndreaPiovanelli commented 1 year ago

https://github.com/OrchardCMS/Orchard/blob/2a1b0b3af3a3eac55c4b8db590904d7f0164e2e3/src/Orchard.Web/Modules/Orchard.Taxonomies/Drivers/TermPartDriver.cs#L54

When the parameter "page" is not a int number, a System.FormatException is thrown.