We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f1df9 commit 351a665Copy full SHA for 351a665
1 file changed
modules/org.restlet/src/main/java/org/restlet/routing/Redirector.java
@@ -152,8 +152,10 @@ public class Redirector extends Restlet {
152
public static final int MODE_SERVER_OUTBOUND = 6;
153
154
/**
155
- * Indicates if the headers of HTTP requests stored in the request's
156
- * attributes, and the .
+ * Indicates if all headers of HTTP requests stored in the request's
+ * attributes, must be removed before the redirection. If set to true, it
157
+ * removes all headers, otherwise it keeps only the extension (or non
158
+ * HTTP standard) headers
159
*/
160
protected volatile boolean headersCleaning;
161
@@ -555,4 +557,4 @@ public void setTargetTemplate(String targetTemplate) {
555
557
this.targetTemplate = targetTemplate;
556
558
}
559
-}
560
+}
0 commit comments