Index: /trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- /trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 13208)
+++ /trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 13209)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.34 2007-05-03 22:10:13 jhoblitt Exp $
+# $Id: Server.pm,v 1.35 2007-05-04 00:47:42 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -8,5 +8,5 @@
 use warnings FATAL => qw( all );
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use base qw( Class::Accessor::Fast );
@@ -206,4 +206,7 @@
     # actual on disk file name we can't try to create the file until after
     # we've create both a new storage_storage object and instance.
+    my $filename = $key;
+    # mange '/'s into ':'
+    $key =~ s|/|:|g;
     my $uri = URI::file->new("$vol_path/$key.$ins_id");
     $log->debug("generated uri $uri");
Index: /trunk/Nebulous/lib/Nebulous/Server.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Server.pm	(revision 13208)
+++ /trunk/Nebulous/lib/Nebulous/Server.pm	(revision 13209)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.34 2007-05-03 22:10:13 jhoblitt Exp $
+# $Id: Server.pm,v 1.35 2007-05-04 00:47:42 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -8,5 +8,5 @@
 use warnings FATAL => qw( all );
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use base qw( Class::Accessor::Fast );
@@ -206,4 +206,7 @@
     # actual on disk file name we can't try to create the file until after
     # we've create both a new storage_storage object and instance.
+    my $filename = $key;
+    # mange '/'s into ':'
+    $key =~ s|/|:|g;
     my $uri = URI::file->new("$vol_path/$key.$ins_id");
     $log->debug("generated uri $uri");
Index: /trunk/Nebulous/nebclient/configure.ac
===================================================================
--- /trunk/Nebulous/nebclient/configure.ac	(revision 13208)
+++ /trunk/Nebulous/nebclient/configure.ac	(revision 13209)
@@ -1,9 +1,9 @@
 dnl Copyright (C) 2005  Joshua Hoblitt
 dnl
-dnl $Id: configure.ac,v 1.15 2007-05-03 23:53:09 jhoblitt Exp $
+dnl $Id: configure.ac,v 1.16 2007-05-04 00:48:08 jhoblitt Exp $
 
 AC_PREREQ(2.59)
 
-AC_INIT([nebclient], [0.0.3], [jhoblitt@cpan.org])
+AC_INIT([nebclient], [0.05], [jhoblitt@cpan.org])
 AC_CONFIG_SRCDIR([nebulous.wsdl])
 
