Forum Discussion
Steve_Brown_882
Jan 31, 2008Historic F5 Account
OWA 2007 and ASM OWA Template
Hello All,
I am currently working on testing 9.4.3 on our test box in preperation for ugrading our production ASM boxes. I wanted to setup these VIPs using the OWA Template, but I noticed the doc...
hoolio
Cirrostratus
Feb 05, 2008I haven't implemented ASM for Exchange 2007 OWA, but I can see in 2003, that dynamic session in URI regex is logically removing the user's name from the URIs which ASM parses.
Using the regex you first noted:
(?<=\/exchange\/)([^\/"]+)
the user name will be logically removed from these example URI's:
/exchange/my.user/Inbox/my_subject.EML?Cmd=open
/exchange/my.user/Tasks/?Cmd=contents
/exchange/my.user/Inbox/?Cmd=contents&Page=1&View=Messages
So if the only difference in OWA 2007 is that the prefix is OWA instead of exchange, you could change the regex to (?<=\/OWA\/)(?:[^\/"]+). Note that the supplied regex should include a ?: to prevent an unnecessary capture of the match into a back reference.
With the regex configured correctly, you shouldn't see the username in the URIs logged in ASM. So if you try the modified regex and do see the username in the URIs, reply with some examples and we can take another look.
Hope this helps,
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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