fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / apache-commons / patches / httpclient.patch
bloba64384f9e42ac865fdf8cf7c77dcca6850cada13
1 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/ConnectMethod.java 2012-05-07 12:34:01.000000000 -0500
2 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/ConnectMethod.java 2012-05-07 12:37:50.000000000 -0500
3 @@ -38,7 +38,7 @@
4 /**
5 * Establishes a tunneled HTTP connection via the CONNECT method.
7 - * @author Ortwin Gl???ck
8 + * @author Ortwin Glueck
9 * @author dIon Gillard
10 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
11 * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
12 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClient.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClient.java
13 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClient.java 2012-05-07 12:34:01.000000000 -0500
14 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClient.java 2012-05-07 12:37:50.000000000 -0500
15 @@ -48,7 +48,7 @@
16 * @author <a href="mailto:rwaldhoff@apache.org">Rodney Waldhoff</a>
17 * @author Sean C. Sullivan
18 * @author <a href="mailto:dion@apache.org">dIon Gillard</a>
19 - * @author Ortwin Gl?ck
20 + * @author Ortwin Glueck
21 * @author <a href="mailto:becke@u.washington.edu">Michael Becke</a>
22 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
23 * @author Sam Maloney
24 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClientError.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClientError.java
25 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClientError.java 2012-05-07 12:34:01.000000000 -0500
26 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClientError.java 2012-05-07 12:37:50.000000000 -0500
27 @@ -33,7 +33,7 @@
28 /**
29 * Signals that an error has occurred.
31 - * @author Ortwin Gl?ck
32 + * @author Ortwin Glueck
33 * @version $Revision: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
34 * @since 3.0
36 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpContentTooLargeException.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpContentTooLargeException.java
37 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpContentTooLargeException.java 2012-05-07 12:34:01.000000000 -0500
38 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpContentTooLargeException.java 2012-05-07 12:37:50.000000000 -0500
39 @@ -3,7 +3,7 @@
40 /**
41 * Signals that the response content was larger than anticipated.
43 - * @author Ortwin Glück
44 + * @author Ortwin Glueck
46 public class HttpContentTooLargeException extends HttpException {
47 private int maxlen;
48 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/WireLogInputStream.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/WireLogInputStream.java
49 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/WireLogInputStream.java 2012-05-07 12:34:01.000000000 -0500
50 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/WireLogInputStream.java 2012-05-07 12:37:50.000000000 -0500
51 @@ -37,7 +37,7 @@
52 /**
53 * Logs all data read to the wire LOG.
55 - * @author Ortwin Gl�ck
56 + * @author Ortwin Glueck
57 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
58 * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
60 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/BasicScheme.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/BasicScheme.java
61 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/BasicScheme.java 2012-05-07 12:34:01.000000000 -0500
62 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/BasicScheme.java 2012-05-07 12:37:50.000000000 -0500
63 @@ -46,7 +46,7 @@
64 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
65 * @author Rodney Waldhoff
66 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
67 - * @author Ortwin Gl?ck
68 + * @author Ortwin Glueck
69 * @author Sean C. Sullivan
70 * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
71 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
72 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/DigestScheme.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/DigestScheme.java
73 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/DigestScheme.java 2012-05-07 12:34:01.000000000 -0500
74 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/DigestScheme.java 2012-05-07 12:37:50.000000000 -0500
75 @@ -67,7 +67,7 @@
76 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
77 * @author Rodney Waldhoff
78 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
79 - * @author Ortwin Gl?ck
80 + * @author Ortwin Glueck
81 * @author Sean C. Sullivan
82 * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
83 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
84 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/HttpAuthenticator.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/HttpAuthenticator.java
85 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/HttpAuthenticator.java 2012-05-07 12:34:01.000000000 -0500
86 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/HttpAuthenticator.java 2012-05-07 12:37:50.000000000 -0500
87 @@ -62,7 +62,7 @@
88 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
89 * @author Rodney Waldhoff
90 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
91 - * @author Ortwin Gl�ck
92 + * @author Ortwin Glueck
93 * @author Sean C. Sullivan
94 * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
95 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
96 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/NTLMScheme.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/NTLMScheme.java
97 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/NTLMScheme.java 2012-05-07 12:34:01.000000000 -0500
98 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/NTLMScheme.java 2012-05-07 12:37:50.000000000 -0500
99 @@ -43,7 +43,7 @@
100 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
101 * @author Rodney Waldhoff
102 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
103 - * @author Ortwin Gl???ck
104 + * @author Ortwin Glueck
105 * @author Sean C. Sullivan
106 * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
107 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
108 diff -ru misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/PostMethod.java misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/PostMethod.java
109 --- misc/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/PostMethod.java 2012-05-07 12:34:01.000000000 -0500
110 +++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/PostMethod.java 2012-05-07 12:37:50.000000000 -0500
111 @@ -62,7 +62,7 @@
112 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
113 * @author <a href="mailto:dsale@us.britannica.com">Doug Sale</a>
114 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
115 - * @author Ortwin Gl???ck
116 + * @author Ortwin Glueck
117 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
118 * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>