Forum Discussion
Jeli_106072
Sep 02, 2011Nimbostratus
First of all, a big thank you for the continued development of this deployment guide. It serves as an excellent reference.
I have a few concerns I'd like to mention.
The "Microsoft-Server-ActiveSync" value will never be hit because of the lowercase conversion here:
switch -glob -- [string tolower [HTTP::path]] {
"/Microsoft-Server-ActiveSync" {
Also, why are "/ews*" and "/oab*" in the iRule but no explicit reference to "/owa*"?
Finally, my pcaps include many calls to "/autodiscover/autodiscover.xml" which is not in the iRule and none to "/xml/autodiscover.aspx" which is.
- Jeli