View Issue Details

IDProjectCategoryView StatusLast Update
0006240OXID eShop (all versions)4.05. Performancepublic2022-02-01 14:36
Reporterkeywan.ghadami Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Product Version4.9.5 / 5.2.5 
Summary0006240: Full urls are used for recources
DescriptionFull urls are used in the html source instead of relative urls.

in the html source you find recourses (javascript, pictures and more) to be linkd with the full URL

What i expected:

Recources should be linked without the full URL because adding this URL

Steps To ReproduceOn Demoshop
http://demoshop.oxid-esales.com/professional-edition/
see the source code you will find things like:

http://demoshop.oxid-esales.com/professional-edition/out/azure/src/js/widgets/oxmodalpopup.js?1436774470

instead of

/out/azure/src/js/widgets/oxmodalpopup.js?1436774470
Additional InformationFeature Request
TagsPerformance, SEO
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Relationships

has duplicate 0004249 closedSven Brunk relative paths in css for some elements prevent displaying in child theme 

Activities

Sven Brunk

2022-01-31 10:48

administrator   ~0013592

There is another implication and this has already caused problem tickets in several bigger shops that use different URLs for the admin as well.
In most of those cases the media library causes the problem as it does similar things. So if you upload an image in the admin (https://admin.somecustomer.example/admin/) you get URLs in the frontend that the image should be downloaded from //admin.somecustomer.example/out/pictures/ddmedia/somepicture.jpeg
Nonetheless it affects also the original functionality even without the VisualCMS.