Skip to content

Commit 351a665

Browse files
committed
Updated javadocs.
1 parent 98f1df9 commit 351a665

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/org.restlet/src/main/java/org/restlet/routing/Redirector.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,10 @@ public class Redirector extends Restlet {
152152
public static final int MODE_SERVER_OUTBOUND = 6;
153153

154154
/**
155-
* Indicates if the headers of HTTP requests stored in the request's
156-
* attributes, and the .
155+
* Indicates if all headers of HTTP requests stored in the request's
156+
* 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
157159
*/
158160
protected volatile boolean headersCleaning;
159161

@@ -555,4 +557,4 @@ public void setTargetTemplate(String targetTemplate) {
555557
this.targetTemplate = targetTemplate;
556558
}
557559

558-
}
560+
}

0 commit comments

Comments
 (0)