Loading...
Loading...
URLs that contain a question mark in the query component -- that is, more than one question mark -- may not be parsed correctly. Emitted URLs may be incorrect, disrupting IBR documents.
IBR'd documents include invalid URLs
In-document URL contains at least 2 question marks
An iRule to correct the URL before emission follows: when HTTP_REQUEST_RELEASE { set ibrpoint [string first ";wa" [HTTP::uri]] if {$ibrpoint != -1} then { set ibrend [expr {$ibrpoint + 18 } ] HTTP::uri [string replace [HTTP::uri] $ibrpoint $ibrend] } }
Question mark in query component no longer prevents correct URL parsing.
Click on a version to see all relevant bugs
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.