Eva,
This will work. I think the problem in the response.setContentType() is as
simple as a typo. An extra quote seems to have crept in, so:
response.setContentType("text/html; charset="UTF-8")
SHOULD BE
response.setContentType("text/html; charset=UTF-8")
Andy
-Original Message-
From:
Whilst investigating a strange bug some of our customers were experiencing
using links in Excel to our web application I discovered that the root of it
was this strange behaviour in Excel.
After monitoring the http requests I discovered that clicking a hyperlink in
Excel creates the following mult