Ticket #13576 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Unknown to General

comment:2 Changed 3 years ago by kleist

see also #13588

Note: See TracTickets for help on using tickets.