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
0004124: proxy.pac syntax error - MantisBT
MantisBT - Endian Firewall
View Issue Details
ID
Project
Category
View Status
Date Submitted
Last Update
0004124
Endian Firewall
Proxy HTTP
public
2011-08-22 17:20
2011-09-28 11:56
Reporter
Danoh
Assigned To
davide-endian
Priority
normal
Severity
major
Reproducibility
always
Status
resolved
Resolution
fixed
Platform
OS
OS Version
Product Version
2.4.1
Target Version
Fixed in Version
Customer Importance
Customer Occurrences
Queue
Summary
0004124: proxy.pac syntax error
Description
There is a syntax error on line 407 of the proxy.pac file.
Line: else if (isInNet(host, "$netaddr", "$netmask") {
Should be: else if (isInNet(host, "$netaddr", "$netmask")) {
This error causes major issues with clients using WPAD proxy configuration when certain configurations are used.