"Patrick R. Michaud" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > So, I guess I don't have a good answer for getting an invalid > pagename to return Site.InvalidPage, at least not without > drastically reworking the page resolution sequence. I can > at least get it to return a 404 status code without much difficulty, > instead of the 200 it's returning now. > > I'm open for other suggestions. I'd also be curious to know > if anyone thinks that recipes would have problems if > ResolvePageName() started to return 'Site.InvalidPage' > for invalid pagenames instead of aborting as it does now.
I think there is no reason to make things more complicated. A simple 404 error could do the job. This pmwiki error message is diplayed when user asks for a non existed page, therefore a page not found server error is enough. Athan _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
