Removes todo handled in f06edbaf19
This commit is contained in:
@@ -117,7 +117,7 @@ public class PredicateSpec extends UriSpec {
|
||||
*/
|
||||
public BooleanSpec header(String header) {
|
||||
return asyncPredicate(getBean(HeaderRoutePredicateFactory.class)
|
||||
.applyAsync(c -> c.setHeader(header))); //TODO: default regexp
|
||||
.applyAsync(c -> c.setHeader(header)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user