> 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. >
Hmm, returning Site.InvalidPage seems to be too much work for such marginal problem. I think that returning 404 status code would be sufficient. Additionaly, you could consider changing of the error message to customizable XLPage string. Roman _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
