[FIX] mail: incomplete url regex
The discuss app uses an url regex in order to find links and transform them to html before posting a message. Before this commit, some unsafe url characters were missing from this regex, resulting in incorrectly parsed url. This commit adds missing characters in order to match RFC1738 [1]. [1]: https://www.ietf.org/rfc/rfc1738.txt closes odoo/odoo#122093 Signed-off-by:Alexandre Kühn (aku) <aku@odoo.com>
Please register or sign in to comment