Forum Discussion
clesan201305_11
Oct 27, 2014Nimbostratus
Google Authenticator iRule Verification
Hi,
I've been following this article:
https://devcentral.f5.com/articles/two-factor-authentication-with-google-authenticator-and-apm
To implement two-factor authentication with APM. After ...
Arie
Mar 04, 2015Altostratus
The error could be caused by the slight difference between the way 11.3 and 11.6 parse Tcl.
In my experience it's usually due to the use of the
expr
command. Here's how I fixed one of the offending lines:
Before:
HTTP::respond 301 Location "http://www.domain.org/blog/$DstPath/[expr ([string length [HTTP::query]]>0)?"?[HTTP::query]":""]"
After (note the added curly braces):
HTTP::respond 301 Location "http://www.domain.org/blog/$DstPath/[expr {([string length [HTTP::query]]>0)?"?[HTTP::query]":""}]"
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects