- πΊπΈUnited States smustgrave
Adding the needs tests tag as #40 seemed to pass.
- π³π±Netherlands johnv
This is solved ITMT.
Setting a huge page value in the URL, will keep the huge value in the URL, but brings the user to the last page.
When tampering with the page parameter for a view and setting it to a huge size, a mysql error occurs:
Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-6446744073709551616' at line 3: SELECT ...
e.g. http://example.com/myview?page=1e18
Add an integer limit on the LIMIT parameter.
Needs work
10.1 β¨
Last updated
It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Adding the needs tests tag as #40 seemed to pass.
This is solved ITMT.
Setting a huge page value in the URL, will keep the huge value in the URL, but brings the user to the last page.