Ticket #443 (closed defect: invalid)
substring of leading / or the complete URL incl. /
| Reported by: | anonymous | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | Url, Link, modified |
| Cc: |
Description
I have got the problems with image-src's and Link URL's: If I put them via ImageManager or Linker into my code everything is fine - the Image is shown and the Link works. If I lokk into the HTML-Code all the paths are correct.
BUT: After saving the article the link or the src of the image is changed. Everything from the TOP-Level-Domain and the follwing "/" disappears.
It doesn't matter if you take relative or absolute URLs. Both: - http://www.example.org/images/myimage.gif - /images/myimage.gif is changed to: - images/myimage.gif
I don't understand this "feature". This modification must be implemented extraordinarily - this doesn't happen by accident from my point of view.
Can anybody tell me how to have the correct URL's permanently?
Greetings Kpt|Kip
