Subject: Help - Http request contains a malformed escape sequence
Your URL contains “%25” which is a hex encoded percent.
In Domino 6 the http server disallows encoded percent characters. This was done as a security measure to guard against attacks which try to mask their intent by doubly encoding characters.
In 6.0.3 you can disable this with the server notes.ini setting:
Subject: RE: Help - Http request contains a malformed escape sequence
Right. You cannot open an attachment if the filename contains a % character.
You can either change the names of your attachments to not use % character, or you can get 6.0.3 and set “HTTPAllowDecodeUrlPercent=1” in your server notes.ini file.