Hi,
When I connect through Microsoft Forefront Unified Access Gateway and then visit the WorkflowDesigner.aspx pages I'm getting java errors resulting in messages in my browser like:
') pp.document.writeln(''); pp.document.writeln(''); pp.document.writeln('') pp.document.writeln(''); pp.document.writeln(' TD.DesignTimeActionTitle {background-image:none;cursor:inherit}'); pp.document.writeln(' .DropZone{visibility:hidden;}'); pp.document.writeln(' .WorkFlowInfoClass{visibility:hidden;}'); pp.document.writeln(' .WorkFlowInfoClassWithTrial{visibility:hidden;}'); pp.document.writeln(' .ActivityLabel{cursor:inherit;font-size:8pt;}'); pp.document.writeln(' .StateLabel{background-image:none !important; cursor:default !important;font-size:8pt;}'); pp.document.writeln(' .BranchLabel{background-image:none !important; cursor:inherit;font-size:8pt;}'); pp.document.writeln(' .ActivityIcon{cursor:inherit;}'); pp.document.writeln(' .NWDesignTimeCanvas{position:static !important;}'); //add dummy handlers for events for the nwactiontitles pp.document.writeln('
In the browser debug window:
SCRIPT1015: Unterminated string constant
WorkflowDesigner.aspx, line 120 character 222
This points to this line:
pp.document.writeln('<HTML><HEAD><meta http-equiv="x-ua-compatible" content="IE=' + document.documentMode + '"><title>Workflow Print View</title><script language="JavaScript" src="/InternalSite/scripts/CacheClean.js"></script><scriptlanguage="JavaScript"src="/InternalSite/logoffParams.asp?site_name=iconnect&secure=1"></script>
Any idea what is failing?
When I connect to the site without going through UAG there is no problem.