Hi
Running myEclipse 2016 CI 7
I just checked out one of my projects, deployed, and getting warnings about invalid xhtml. I found these strange additions, only in the deployed/filtered code:
<script>”undefined”==typeof CODE_LIVE&&(!function(e){var t={nonSecure:”8123″,secure:”8124″},c={nonSecure:”http://”,secure:”https://”},r={nonSecure:”127.0.0.1″,secure:”gapdebug.local.genuitec.com”},n=”https:”===window.location.protocol?”secure”:”nonSecure”;script=e.createElement(“script”),script.type=”text/javascript”,script.async=!0,script.src=c[n]+r[n]+”:”+t[n]+”/codelive-assets/bundle.js”,e.getElementsByTagName(“head”)[0].appendChild(script)}(document),CODE_LIVE=!0);</script></head>
and
data-genuitec-lp-enabled=”false” data-genuitec-file-id=”wc1-96″ data-genuitec-path=”/kaloform-webapp/src/main/webapp/templates/common.xhtml”
WTF
I don’t have gapdebug installed, so why’s that stuff generated into my code?
Thanks
Holger