Ticket #13354 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

Non-existing URL might cause rendering of weird hybrid page that shows mixed contents from different locations.

Reported by: rui Owned by:
Priority: major Milestone: 4.x
Component: Backend (Python) Version: 4.2
Keywords: DefaultPublishTraverse Cc:

Description

Plone renders web pages for URL that do not exist. For example, these two url exist:

 http://plone.org/documentation
 http://plone.org/support

The following URL does not exist:
 https://plone.org/documentation/support

However, plone renders it instead of sending a 404 error code. It shows an hybrid page that shows mixed contents from different locations. Google seems to be able to find and index these strange pages.

This issue has been previously mentioned here:  https://github.com/collective/collective.developermanual/issues/136

Change History

comment:1 Changed 3 years ago by kleist

  • Keywords DefaultPublishTraverse added; url, rendering removed
  • Priority changed from minor to major
  • Status changed from new to confirmed
  • Component changed from Unknown to Backend (Python)
  • Summary changed from URL resolving / page rendering issue to Non-existing URL might cause rendering of weird hybrid page that shows mixed contents from different locations.
Note: See TracTickets for help on using tickets.