Loading...
Loading...
If the "href" attribute of an anchor tag in a web application does not have any value, an exception will be thrown.
Web page does not load properly.
-- Rewrite enabled -- The href attribute of an anchor tag on a web page does not have a value, for example: <script> d = document.createElement('div') try { d.innerHTML = "<a href b=1>click</a>" }catch(e){ alert(e.message); } </script>
Find the "href" attributes of anchor tag and give some empty value to it: Before: <a href></a> After: <a href=""></a>
Fixed an issue with rewrite of anchors that contain an empty href attribute.
F5 Integration
Learn more about where this data comes from
BugZero Plan
Streamline upgrades with automated vendor bug scrubs
BugZero Prevent
Wish you caught this bug sooner? Get proactive today.