Opened 2 years ago
Closed 2 years ago
#1487889 closed Bugs (fixed)
Base URL is not used for images with relative URL
| Reported by: | alec | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.6-beta |
| Component: | MIME parsing | Version: | 0.5.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Images with relative URLs in HTML message containing base href definition are not displayed.
<html> <head><base href="http://alec.pl/" /></head> <body> <img src="img/alec.gif" /> </body> </html>
Attachments (1)
Change History (2)
Changed 2 years ago by alec
comment:1 Changed 2 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [c08b18c4].