SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
MantisBT - Endian Firewall | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0001422 | Endian Firewall | Proxy HTTP | public | 2008-11-04 15:14 | 2009-10-27 12:01 | |||||
Reporter | f1iqf | |||||||||
Assigned To | simon-endian | |||||||||
Priority | normal | Severity | block | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | 2.2-rc3 | |||||||||
Target Version | Fixed in Version | 2.3 | ||||||||
Customer Importance | ||||||||||
Customer Occurrences | ||||||||||
Queue | ||||||||||
Summary | 0001422: proxy.pac file always return "DIRECT" ! | |||||||||
Description | Hello, I seem to still have a problem similar as the 0000751 (closed in 2.2rc1). I have a "no authentification" http proxy declared for my green network (explicit proxy). Therefore the proxy should send back, the proxy adress for this zone, but it is returning always "DIRECT", therefore the applications do not try to use the proxy and fail. I have the feeling that is a problem similar as the bug 0000751. Thank you for your help ! Nicolas | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | function FindProxyForURL(url, host) { if (isPlainHostName(host) || shExpMatch( url, "*192.168.5.1*" ) ) return "DIRECT"; else if (host == "127.0.0.1") return "DIRECT"; else if (isInNet(host, "192.168.5.0", "255.255.255.0")) return "DIRECT"; else return "DIRECT"; } The last return "DIRECT" should be return "192.168.5.1:8080" | |||||||||
Tags | needsfix | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2008-11-04 15:14 | f1iqf | New Issue | ||||||||
2008-11-04 15:14 | f1iqf | Assigned To | => simon-endian | |||||||
2008-11-04 15:24 | peter-endian | Tag Attached: needsfix | ||||||||
2008-11-04 15:51 | f1iqf | Note Added: 0001768 | ||||||||
2008-11-04 16:02 | f1iqf | Note Added: 0001769 | ||||||||
2008-11-04 16:09 | simon-endian | Note Added: 0001770 | ||||||||
2008-11-20 10:50 | simon-endian | Relationship added | child of 0001365 | |||||||
2008-11-20 11:44 | simon-endian | Note Added: 0001811 | ||||||||
2008-11-20 11:44 | simon-endian | Status | new => resolved | |||||||
2008-11-20 11:44 | simon-endian | Fixed in Version | => 2.3 | |||||||
2008-11-20 11:44 | simon-endian | Resolution | open => fixed | |||||||
2009-01-21 04:52 | bonald | Note Added: 0001926 | ||||||||
2009-01-21 04:52 | bonald | Status | resolved => feedback | |||||||
2009-01-21 04:52 | bonald | Resolution | fixed => reopened | |||||||
2009-02-18 12:43 | simon-endian | Note Added: 0001977 | ||||||||
2009-02-18 12:43 | simon-endian | Status | feedback => resolved | |||||||
2009-02-18 12:43 | simon-endian | Resolution | reopened => fixed | |||||||
2009-10-27 12:01 | peter-endian | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|