Anonymous | Login | 2024-11-21 01:37 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001711 | ClearOS | app-web-proxy - Web Proxy | public | 2014-05-23 13:12 | 2014-12-23 16:15 | ||||
Reporter | bchambers | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | major | Reproducibility | sometimes | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.5.0 | ||||||||
Target Version | 6.6.0 Beta 2 | Fixed in Version | 6.6.0 Beta 2 | ||||||
Summary | 0001711: Proxy client forwarding to denied access can get into a loop | ||||||||
Description | Redirection to a blocked page from one of the ACL rules can occur becomes of the acl ordering in squid.conf...specifically: # ClearOS Web Access Control: http_access settings include /etc/squid/squid_http_access.conf http_access allow webconfig_to_lan http_access allow webconfig_lan password the second rule allowing the browser to go to the default block page is yet to be allowed. Reorder to: http_access allow webconfig_to_lan http_access allow webconfig_lan password include /etc/squid/squid_http_access.conf | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2014-05-23 13:12 | bchambers | New Issue | |
2014-05-23 13:12 | bchambers | Status | new => assigned |
2014-05-23 13:12 | bchambers | Assigned To | => bchambers |
2014-06-03 12:08 | user2 | Assigned To | bchambers => user2 |
2014-06-03 12:08 | user2 | Category | app-web-acl - Web Access Control => app-web-proxy - Web Proxy |
2014-06-03 12:34 | user2 | Status | assigned => resolved |
2014-06-03 12:34 | user2 | Fixed in Version | => 6.6.0 Beta 2 |
2014-06-03 12:34 | user2 | Resolution | open => fixed |
2014-12-23 16:15 | user2 | Status | resolved => closed |