A new issue has been created and assigned
to you:
685 - Missing page parameter validation might lead to database exceptions
Project: Pluf Framework
Status: New
Reported by: Thomas Keller
Labels:
Priority:Medium
Type:Defect
Description:
This is a follow-up on IDF's issue 684. Pluf's Paginator doesn't validate the incoming page number properly and therefor lets zero and negative values slip through and especially negative values can produce errors in some SQL backends in the LIMIT / OFFSET clause.
--
Issue: http://projects.ceondo.com/p/pluf/issues/685/
The following issue has been updated:
685 - Missing page parameter validation might lead to database exceptions
Project: Pluf Framework
Status: Fixed
Reported by: Thomas Keller
URL: http://projects.ceondo.com/p/pluf/issues/685/
Labels:
Priority:Medium
Type:Defect
Comments (last first):
# By Thomas Keller, May 25, 2011:
A fix has been committed with revision 3f985c6.
Status: Fixed
# By Thomas Keller, May 25, 2011: