Ticket #13576 (confirmed Bug)
plone.intelligenttext regex only recognizes http://localhost as a valid internal url
Reported by: | adrianwhite | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | General | Version: | 4.2 |
Keywords: | Cc: |
Description
plone.intelligenttext transforms.py WebIntelligentToHtmlConverter regex only recognizes http://localhost as a valid internal url.
http://anythingelse etc. is not recognized as a url.
E.g. http://teams/HealthandSocialCare/PopulationHealth/Home.aspx is not converted to a link when using portal_transforms.convertTo('text/html', the_text, context=portal, mimetype='text/x-web-intelligent')
Change History
Note: See
TracTickets for help on using
tickets.