From 0df8e8a9534f2a36d1f62281c4716169c77dc19c Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Sat, 10 Jul 2010 19:51:19 +0000 Subject: [PATCH] Unique postfix in some links --- Builder/IISMainHandler/build.txt | 2 +- IISMainHandler/handlers/AbstractGetHandler.cs | 1 + .../handlers/request/AbstractPostHandler.cs | 1 + templates/Full/elems/Header.xslt | 11 +++++++---- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 18af9ba..33343c8 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -731 \ No newline at end of file +733 \ No newline at end of file diff --git a/IISMainHandler/handlers/AbstractGetHandler.cs b/IISMainHandler/handlers/AbstractGetHandler.cs index d00e64a..e16530f 100644 --- a/IISMainHandler/handlers/AbstractGetHandler.cs +++ b/IISMainHandler/handlers/AbstractGetHandler.cs @@ -19,6 +19,7 @@ namespace FLocal.IISHandler.handlers { new XElement("root", this.getSpecificData(context), new XElement("title", Config.instance.AppInfo), + new XElement("timestamp", DateTime.Now.Ticks.ToString()), context.exportSession(), context.userSettings.skin.exportToXml() ) diff --git a/IISMainHandler/handlers/request/AbstractPostHandler.cs b/IISMainHandler/handlers/request/AbstractPostHandler.cs index 49fd80a..57f823e 100644 --- a/IISMainHandler/handlers/request/AbstractPostHandler.cs +++ b/IISMainHandler/handlers/request/AbstractPostHandler.cs @@ -32,6 +32,7 @@ namespace FLocal.IISHandler.handlers.request { new XElement("root", this.Do(context), new XElement("title", Config.instance.AppInfo), + new XElement("timestamp", DateTime.Now.Ticks.ToString()), context.userSettings.skin.exportToXml(), context.exportSession() ) diff --git a/templates/Full/elems/Header.xslt b/templates/Full/elems/Header.xslt index 8075f33..f71e4ad 100644 --- a/templates/Full/elems/Header.xslt +++ b/templates/Full/elems/Header.xslt @@ -34,11 +34,14 @@