Revision: 4407
          http://vexi.svn.sourceforge.net/vexi/?rev=4407&view=rev
Author:   mkpg2
Date:     2012-06-27 06:21:09 +0000 (Wed, 27 Jun 2012)
Log Message:
-----------
Pass in biscuitid to uniquely identify location of launcher.

Modified Paths:
--------------
    trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java
    trunk/org.vexi-library.crypto/src/main/java/org/vexi/DotVexi.java

Modified: trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java
===================================================================
--- trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java       
2012-06-27 05:56:24 UTC (rev 4406)
+++ trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java       
2012-06-27 06:21:09 UTC (rev 4407)
@@ -358,6 +358,8 @@
                 command.add("logs/"+logfile);
             }
             
+            command.add("biscuitid="+DotVexi.urlUniqueName(codebase));
+            
             for (int i = 0; i<10000;i++) {
                 if (getParameter("option" + i) == null) {
                     break;

Modified: trunk/org.vexi-library.crypto/src/main/java/org/vexi/DotVexi.java
===================================================================
--- trunk/org.vexi-library.crypto/src/main/java/org/vexi/DotVexi.java   
2012-06-27 05:56:24 UTC (rev 4406)
+++ trunk/org.vexi-library.crypto/src/main/java/org/vexi/DotVexi.java   
2012-06-27 06:21:09 UTC (rev 4407)
@@ -112,7 +112,7 @@
     
     // REMARK - should be the same (or at least non-conflicting)
     // as the cacheName in the vexi core
-    static private String urlUniqueName(String url) {
+    static public String urlUniqueName(String url) {
         return url.replace('/', '_').replace('\\', '_').replace(':', '_');
     }
        

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to