Author: markt Date: Thu Jul 2 08:46:54 2009 New Revision: 790500 URL: http://svn.apache.org/viewvc?rev=790500&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=36574 (again) Don't corrupt non-text files when changing line endings
Modified: tomcat/build/tc5.5.x/build.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.xml?rev=790500&r1=790499&r2=790500&view=diff ============================================================================== --- tomcat/build/tc5.5.x/build.xml (original) +++ tomcat/build/tc5.5.x/build.xml Thu Jul 2 08:46:54 2009 @@ -1872,7 +1872,8 @@ <!-- Packages the source code distribution in tar.gz format --> <target name="package-src-tgz"> <fixcrlf srcdir="${tomcat.dist}" - excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war" eol="lf"/> + excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war,**/*.exe,**/*.pdf,**/*.bin,**/*.dia" + eol="lf" /> <tar longfile="gnu" compression="gzip" tarfile="${tomcat.release}/v${version}/src/${final-src.name}.tar.gz"> Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=790500&r1=790499&r2=790500&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu Jul 2 08:46:54 2009 @@ -268,6 +268,9 @@ Fix CVE-2009-0781. XSS in calendar example. (markt) </fix> <fix> + <bug>36574</bug>: Fix broken PDFs. (markt) + </fix> + <fix> <bug>47032</bug>: Fix /status/all in Manager webapp when using the PersistentManager. (markt) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org