[Yanel-commits] rev 58132 - public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3

michi at wyona.com michi at wyona.com
Fri Apr 29 12:27:28 CEST 2011


Author: michi
Date: 2011-04-29 12:27:27 +0200 (Fri, 29 Apr 2011)
New Revision: 58132

Modified:
   public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3/JellyConversationAdapter.java
Log:
TODO added

Modified: public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3/JellyConversationAdapter.java
===================================================================
--- public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3/JellyConversationAdapter.java	2011-04-29 10:21:58 UTC (rev 58131)
+++ public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3/JellyConversationAdapter.java	2011-04-29 10:27:27 UTC (rev 58132)
@@ -83,6 +83,7 @@
             current.setModel(cs.getModel());
             current.setCurrentScreen(cs.getCurrentScreen());
         } else {
+            // TODO: What if there is no referer, e.g. copy/paste from email ...
             cs.setRefererUrl(getEnvironment().getRequest().getHeader("Referer"));
             // The new conversation state becomes current
             current = cs;



More information about the Yanel-commits mailing list