File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
modules/org.restlet/src/main/java/org/restlet/routing Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments