plone / plone/plone.subrequest
Theming transformations(?) not applied to reply from plone.subrequest
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 3
Description
When calling subrequest() on a clean Plone5 site, the html contains links that resolve to a 404, for example:
http://localhost:8080/Plone/touch_icon.png
Looking at the source in the browser, the URL looks like this:
http://localhost:8080//Plone/++theme++barceloneta/barceloneta-apple-touch-icon.png
It seems the response subrequests gets is not themed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing subrequest() on a clean Plone 5 site and compare the returned HTML with the browser source, focusing on the touch_icon.png URL and the ++theme++barceloneta path shown in the report. Done means subrequest responses receive the expected theme transformations and generated links no longer resolve to 404s.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100