I've the following problem: the server is running tomcat 7.0.27 (but also with 7.0.28 and 7.0.29) and from the client (ie + acrobat 9) when opening some pdf docs I receive an error complaining about a network error:
"A network error occured while accessing this document on interntet. Would you like to close the document or reload it?" Reverting back to 7.0.26 the problem disappears ... The connector is the http bio This is one public pdf that caused me the error when i put it on a tomcat >=7.0.27 http://www.regione.fvg.it/rafvg/export/sites/default/RAFVG/formazione-lavoro/agenzia-regionale-lavoro/allegati/joblab_2.0_scheda_tematica_1_FR.pdf What happened to the bio connector under the 7.0.27 version that could cause the issue? The connector uses the standard roles, for example: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" compression="off"/> Regards Michele Maè