Sharepoint - What would cause a sharepoint publishing page to display a "Lorem ipsum"?
I would say yes, it's certainly the query string parameter you are using. Check out this post for more details http://blogs.technet.com/b/stefan_gossner/archive/2009/01/30/querystring-parameters-you-should-not-use-in-your-sharepoint-application.aspx
Can you please recheck with giving id=1
?
While passing ID as query string it's going to cast ID in some numeric format, so it will cause issues.
It's loading contents from the SiteLibrary pages document library.