Symptoms
APM does not support Dell/Wyse ThinOS client for VMware View access.
Impact
Dell/Wyse ThinOS client does not work through APM for VMware View access.
Conditions
Dell/Wyse ThinOS client used to access VMware View through APM.
Workaround
Apply the following iRule:
when HTTP_REQUEST {
if { [HTTP::uri] == "/broker/xml" && [HTTP::cookie JSESSIONID] == "JSESSIONID" } {
HTTP::cookie remove JSESSIONID
}
}
Fix Information
Now APM supports Dell/Wyse ThinOS 8.0 client for VMware View access.