2014/1/3 Rainer Jung <rainer.j...@kippdata.de>:
> When checking for copyright year updates etc. I found the following:
>
>  80                         result.append(';');
>  81                         // Workaround for Adobe Read 9 plug-in on IE bug
>  82                         // Can be removed after 26 June 2013 (EOL of
> Reader 9)
>  83                         // See BZ 53814
>  84                         result.append(' ');
>  85                         result.append(entry.getKey());
>  86                         result.append('=');
>  87                         result.append(value);
>
> in file java/org/apache/tomcat/util/http/parser/MediaType.java.
>
> That date has passed, but of course Acrobat Reader is very popular and
> EOL is only the formal part of the argument. I guess we can risk
> removing the "result.append(' ');" line tight now from TC 8 and keep it
> a bit longer in TC 7?
>

I think let's keep it.

One good thing with that whitespace is that it allows to wrap the
header into several lines if needed.

BTW, as of now, Adobe Reader 9.5 is still downloadable from get.adobe.com site.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to