[
https://issues.apache.org/jira/browse/TS-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15270002#comment-15270002
]
ASF GitHub Bot commented on TS-3485:
------------------------------------
GitHub user shinrich opened a pull request:
https://github.com/apache/trafficserver/pull/614
TS-3485: Support ip_allow config for HTTP2
Actually enforce the ip-level ACL checks for HTTP2 and move to the accept
logic to make the decision before creating the session object.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shinrich/trafficserver ts-3485
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/614.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #614
----
commit adbec07a85f43c482797237e538c820b67dd1a4c
Author: Susan Hinrichs <[email protected]>
Date: 2016-05-04T01:49:30Z
TS-3485: Support ip_allow config for HTTP2
----
> We should honor ip_allow.config ACLs for HTTP/2 streams
> -------------------------------------------------------
>
> Key: TS-3485
> URL: https://issues.apache.org/jira/browse/TS-3485
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Reporter: Leif Hedstrom
> Assignee: Susan Hinrichs
> Fix For: 7.0.0
>
>
> From the comments:
> {code}
> // XXX we need to refactor the ACL checks from HttpSessionAccept so that we
> can invoke them here, and also in
> // the SPDY protocol layer ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)