Forum Discussion
JimT02
Nimbostratus
May 20, 2014The file is damaged and could not be repaired opening pdf file
getting the following ie9 browser error when opening a pdf document: 'The file is damaged and could not be repaired'.
A direct open from the IIS server is OK.
But opening this (and a few other ...
Kevin_Stewart
Employee
May 22, 2014Does it still work if you turn off the STREAM profile? Let's try some additional logging:
when HTTP_REQUEST {
set LogString_L1 "Client [IP::client_addr]:[TCP::client_port] URL: [HTTP::host][HTTP::uri]"
STREAM::disable
}
when HTTP_RESPONSE {
log -noname 192.168.222.63 local7.debug "Content-Type = [HTTP::header Content-Type]"
if { [HTTP::header Content-Type] contains "text" } {
set LogString_L2 "$LogString_L1 - status: [HTTP::status]"
STREAM::enable
}
}
when STREAM_MATCHED {
log -noname 192.168.222.63 local7.debug "INTERNAL FOUND STREAM MATCH '[STREAM::match]' originating from $LogString_L2"
}
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
