I've noticed that in v1, if you are logged in to the admin, and view an "un-published" page on the front-end, it will appear as published. Obviously, if you are not logged in, the page returns 404 as expected.
Is this the appropriate behaviour? It's certainly a bit confusing if you unpublish a page, and later see it is still there.
Comments
As a side note, there is a property you can set on your module models of "display_unpublished_if_logged_in" that can be used to display if logged in or not. By default it is set to FALSE.
OK no problems there then!