URL encoding in webmail links

Hi

When users paste a link in a new memo in Domino Web Access, if the link contains “<” and “>” characters, the link does not work. Even though it looks like a clickable link and you can click on the link, nothing happens when you click on it. If I replace the < and > characters in the URL with %3c and %3e, then the link works fine.

How can I configure the server to translate such characters into the proper URL format?

Thanks