]> err.no Git - sope/commitdiff
added 127.0.0.1 to WOHttpAllowHost
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 6 Feb 2005 17:09:42 +0000 (17:09 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 6 Feb 2005 17:09:42 +0000 (17:09 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@539 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/Defaults.plist
sope-appserver/NGObjWeb/Version

index 806a2df0706d2ac46f371770b6945c90d552b955..6bc15ecef82b2f16031e3fc81a682aa144a9afb5 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * Defaults.plist: added "127.0.0.1" to WOHttpAllowHost (v4.5.111)
+
 2005-02-02  Helge Hess  <helge.hess@opengroupware.org>
 
        * WOHttpAdaptor/WOHttpAdaptor.m: allow WOPort bind addresses with IPs,
index 4dae0de50dc2fef6b761080bf2088cd39dc2f79a..3101370be1024594e5819aca8552df1bd88cfae5 100644 (file)
@@ -60,7 +60,8 @@
   WOHttpAdaptor_LogStream               = NO;
   WOHttpAllowHost                       = ( 
     "localhost", 
-    "localhost.localdomain"
+    "localhost.localdomain",
+    "127.0.0.1"
   );
   WOHttpTransactionUseSimpleParser      = NO;
   WOHttpTransactionLoggerConfig         = {
index 213ddb80d459dab86ffe77c7bfd08d64ae628973..f9309ce3e24a07d4fa4e0e2e9f24fdf5b55d5358 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=110
+SUBMINOR_VERSION:=111
 
 # v4.5.91  requires libNGExtensions v4.5.134
 # v4.5.84  requires libNGExtensions v4.5.127