bug report - still a problem with forums pagination (slightly diferent problem)
Ning To Jamroom
I don't think this is an issue thats going to effect the majority of people. Unless your running a separate script that spiders your own site you should be safe to update now.
The issue is: It is possible to click on the next page button even when there is no next page. So to any human user, its only going to be a novel experience for a very short time.
* click the next page button. url becomes site.com/something/p=2
* "oh, nothing here, ill click it again". url becomes site.com/something/p=3
* "oh, nothing here, ill click it again". url becomes site.com/something/p=4
* "oh, nothing here, ill click it again". url becomes site.com/something/p=5
* "oh, nothing here, ill click it again". url becomes site.com/something/p=6
a human user will get bored pretty quickly.
But if your running a separate script that follows every link, they don't get tired.
* SCRIPT: "follow each link until you've written them all to THIS file." -> GO
Scripts just do what they are told. That is the only instance where this could be a problem.