On 04/09/2014 08:05, Martin Grigorov wrote:
> On Wed, Sep 3, 2014 at 8:37 PM, <[email protected]> wrote:
>
>> Author: markt
>> Date: Wed Sep 3 17:37:51 2014
>> New Revision: 1622302
<snip/>
>> ---
>> tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestRequest.java
>> (original)
>> +++
>> tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestRequest.java
>> Wed Sep 3 17:37:51 2014
>> @@ -28,6 +28,7 @@ import java.net.URL;
>> import java.util.ArrayList;
>> import java.util.Enumeration;
>> import java.util.List;
>> +import java.util.Locale;
>> import java.util.TreeMap;
>>
>> import javax.servlet.ServletException;
>> @@ -40,6 +41,7 @@ import static org.junit.Assert.assertNot
>> import static org.junit.Assert.assertTrue;
>> import static org.junit.Assert.fail;
>>
>> +import org.junit.Assert;
>> import org.junit.Test;
>>
>> import org.apache.catalina.Context;
>> @@ -660,7 +662,7 @@ public class TestRequest extends TomcatB
>> writer.append("Content-Disposition: form-data;
>> name=\"part\"\r\n");
>> writer.append("Content-Type: text/plain; charset=UTF-8\r\n");
>> writer.append("\r\n");
>> - writer.append("äö").append("\r\n");
>> + writer.append("��").append("\r\n");
>>
>
> It looks like there is an encoding issue here ?!
No. There is a known issue with the code that generates the commit mails
and UTF-8.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]