Skip to content

Commit

Permalink
Merge branch 'magnuswatn-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
landro committed Mar 23, 2017
2 parents dd019ae + bf2b0df commit 5753c2a
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 52 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,12 @@ In particular, the [HTTP::header](https://devcentral.f5.com/wiki/irules.HTTP__he
However _insert_modssl_fields_ subcommand is not supported in current version.

###### URI namespace ######
Partial support for
Everything should be supported, with the exception of:

- [URI::encode](https://devcentral.f5.com/wiki/iRules.URI__encode.ashx)
- [URI::encode](https://devcentral.f5.com/wiki/iRules.URI__encode.ashx)
- [URI::decode](https://devcentral.f5.com/wiki/iRules.URI__decode.ashx)

which is only partially supported.

###### GLOBAL namespace ######
Support for
Expand Down
5 changes: 5 additions & 0 deletions src/global.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,10 @@ proc ::testcl::getfield { str delim ind } {
#
proc ::testcl::log { faclvl msg } {
set level [lindex [split $faclvl "."] 1]

if { $level eq "" } {
set level "info"
}

log::log $level $msg
}
Loading

0 comments on commit 5753c2a

Please sign in to comment.