Index: /trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- /trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 13277)
+++ /trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 13278)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.39 2007-05-05 01:41:29 jhoblitt Exp $
+# $Id: Server.pm,v 1.40 2007-05-05 02:59:31 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -209,5 +209,5 @@
     # mange '/'s into ':'
     $filename =~ s|/|:|g;
-    my $uri = URI::file->new("$vol_path/$filename.$ins_id");
+    my $uri = URI::file->new("$vol_path/$ins_id.$filename");
     $log->debug("generated uri $uri");
 
@@ -364,5 +364,5 @@
     # mange '/'s into ':'
     $filename =~ s|/|:|g;
-    my $uri = URI::file->new("$vol_path/$filename.$ins_id");
+    my $uri = URI::file->new("$vol_path/$ins_id.$filename");
     $log->debug("generated uri $uri");
 
Index: /trunk/Nebulous/lib/Nebulous/Server.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Server.pm	(revision 13277)
+++ /trunk/Nebulous/lib/Nebulous/Server.pm	(revision 13278)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.39 2007-05-05 01:41:29 jhoblitt Exp $
+# $Id: Server.pm,v 1.40 2007-05-05 02:59:31 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -209,5 +209,5 @@
     # mange '/'s into ':'
     $filename =~ s|/|:|g;
-    my $uri = URI::file->new("$vol_path/$filename.$ins_id");
+    my $uri = URI::file->new("$vol_path/$ins_id.$filename");
     $log->debug("generated uri $uri");
 
@@ -364,5 +364,5 @@
     # mange '/'s into ':'
     $filename =~ s|/|:|g;
-    my $uri = URI::file->new("$vol_path/$filename.$ins_id");
+    my $uri = URI::file->new("$vol_path/$ins_id.$filename");
     $log->debug("generated uri $uri");
 
