URL character "&" is converted to "&" on Clipboard
Hey All
In the attachments I have saved an URL which reference to an PDF.
I have created an activity which opens the attachments to get the URL from the PDF.
The URL save to an other property in an activity. In the activity trace the value of the URL is correct, but when i look into the clipboard the character for "&" in the URL is converted to "&" which makes the URL invalid.
Example-URL:
Activity-Trace: http://mydomain.com/document/requestDcouemnt&id=1234&filename=mydocument.pdf
Clipboard:
http://mydomain.com/document/requestDcouemnt&id=1234&filename=mydocument.pdf
When i set a static value in the activity for the URL everthing is working fine.
Is this a known issue?
Why this transformation happens?
Thanks for your help
Chris