Skip to main content
1-Visitor
September 9, 2014
Question

HTML tags in Workflow Task Instructions

  • September 9, 2014
  • 2 replies
  • 1403 views
Hello all,
I am running Windchill 10.1 M030, and I need to imbed HTML links in the task instructions. When I use a

2 replies

1-Visitor
September 9, 2014
Hi Michael, the XSS Filter may need to be disabled. See the ptc doc info below.


Document - CS114409

Document Actions
· Refresh Data<">https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS114409>
· Subscribe to this Document<">https://www.ptc.com/appserver/cs/view/subscribe.jsp?type=solution&refresh=yes&callnum=CS114409>
Document Information
Type

Article

Date Created

04-Feb-2013 14:13:24 EST

Date Last Updated

21-Feb-2013 10:00:48 EST


Document Details
Title

Workflow task instructions containing HTML tags are not rendered correctly in Windchill PDMLink 10.1

Description

· Workflow task instructions containing HTML tags are not rendered correctly
· Anchor tags are malformed
· Certain types of tags such as the image tag are no longer present

Applies To

· Windchill PDMLink 10.1 F000, M010, M020, M030

Cause

· Unsupported HTML tags are filtered to prevent XSS attacks

Resolution

· Reported to R&D as SPR 2164452
· Corrected in Windchill PDMLink 10.1 M040
· To prevent filtering of HTML tags set wt.workflow.disableXssFilter=true in wt.properties
· ​Disabling the XSS filter is potentially risky
· As an alternative use only supported HTML tags
· See CS116197<
">https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS116197> for a list of supported HTML tags




Regards,
[cid:image001.gif@01CFCB30.A000F600]

Stephen Vinyard
Director of Customer Success
MikeIbosh1-VisitorAuthor
1-Visitor
September 10, 2014
Steve,
Yes, I saw that document. So I added the disableXssFilter setting, and now the tag shows correctly in the task information page, but the http address in the tag is being truncated. I’m trying to provide a link to a document stored in the Windchill system (10.1 M030) for reference when they perform the task.
E.G. http://windchillservername.domainname.com/Windchill/app/#ptc1/tcomp/infoPage?oid=VR%3Awt.doc.WTDocument%3A631395193
Do you have an example of an anchor “
Mike Ibosh