On 06/02/2014 11:50, Konstantin Kolinko wrote:
> 2014-02-06  <ma...@apache.org>:
>> Author: markt
>> Date: Thu Feb  6 11:32:14 2014
>> New Revision: 1565181
>>
>> URL: http://svn.apache.org/r1565181
>> Log:
>> Add details for CVE-2014-0050
>>
>> Modified:
>>     tomcat/site/trunk/build.xml
>>     tomcat/site/trunk/docs/security-7.html
>>     tomcat/site/trunk/docs/security-8.html
>>     tomcat/site/trunk/xdocs/security-7.xml
>>     tomcat/site/trunk/xdocs/security-8.xml
>>
>> Modified: tomcat/site/trunk/build.xml
>> URL: 
>> http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1565181&r1=1565180&r2=1565181&view=diff
>> ==============================================================================
>> --- tomcat/site/trunk/build.xml (original)
>> +++ tomcat/site/trunk/build.xml Thu Feb  6 11:32:14 2014
>> @@ -211,4 +211,9 @@
>>      <available file="${destfile}" property="exist"/>
>>    </target>
>>
>> +  <target name="fixeol">
>> +    <fixcrlf srcdir="${docs.dest}/tomcat-6.0-doc" eol="crlf"
>> +        encoding="ISO-8859-1" fixlast="false" >
> 
> -1. Broken/dangerous.
> You are missing file name pattern here.
> 
> (A proper fix should go into 6.0.x dist.xml)

Sorry. That was a local hack I never intended to commit. I'll revert it.

Mark


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

Reply via email to