[Osaas-commits] r75 - in trunk: . server
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Mar 19 20:01:30 CET 2010
Author: bh
Date: 2010-03-19 20:01:30 +0100 (Fri, 19 Mar 2010)
New Revision: 75
Modified:
trunk/ChangeLog
trunk/server/demo-config.xml
Log:
* server/demo-config.xml: Replace the responsetime field with the
two fields starttime and endtime in the DBRules element.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-03-19 18:49:32 UTC (rev 74)
+++ trunk/ChangeLog 2010-03-19 19:01:30 UTC (rev 75)
@@ -1,5 +1,10 @@
2010-03-19 Bernhard Herzog <bh at intevation.de>
+ * server/demo-config.xml: Replace the responsetime field with the
+ two fields starttime and endtime in the DBRules element.
+
+2010-03-19 Bernhard Herzog <bh at intevation.de>
+
* client/java/owsproxy/owsproxy.diff: Update to support today's
changes to OSAAS: Pass the start and end time stamps, now
including milliseconds, to OSAAS. The patch still requires the
Modified: trunk/server/demo-config.xml
===================================================================
--- trunk/server/demo-config.xml 2010-03-19 18:49:32 UTC (rev 74)
+++ trunk/server/demo-config.xml 2010-03-19 19:01:30 UTC (rev 75)
@@ -67,9 +67,11 @@
<!-- the name of the user is stored in the username column -->
<value param="user" column="username" type="character varying(20)"/>
- <!-- The timestamp of the response -->
- <value param="responsetime" column="responsetime"
+ <!-- The start and end timestamps -->
+ <value param="starttime" column="starttime"
type="timestamp with time zone"/>
+ <value param="endtime" column="endtime"
+ type="timestamp with time zone"/>
<!-- The values taken from the original WMS request-->
<value param="SERVICE" column="service" type="character varying(10)"/>
More information about the Osaas-commits
mailing list