Skip to content

Tiles are empty when page is loaded without trailing slash behind VHM #55

@fulv

Description

@fulv

I have a site behind Apache configured as follows:

ProxyPass http://foo.org:9081/VirtualHostBase/https/foo.org:443/plonesiteid/VirtualHostRoot/_vh_mysite

The home page is a collective.cover.content item type, and when accessing Zope directly at :9081 everything is fine. When going through Apache, I see that

I've debugged the collective.cover code all the way until the tiles are rendered, and in both cases the rendered HTML is exactly the same, with <div data-tile="@@tilename/tileid">. So the next step is the transform performed by plone.app.blocks, IIUC. When the URL is lacking a trailing slash the transform does nothing.

I'm using plone.app.blocks 2.2.1 on Plone 4.3.9. There are no errors in the logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions