Index: trunk/Nebulous-Server/Changes
===================================================================
--- trunk/Nebulous-Server/Changes	(revision 17540)
+++ trunk/Nebulous-Server/Changes	(revision 17543)
@@ -1,3 +1,6 @@
 Revision history for Nebulous
+
+0.10
+    - fix _is_valid_object_key() to handle nebulous keys
 
 0.09 Tue May  6 12:12:02 HST 2008
Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17540)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17543)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.63 2008-05-06 22:12:35 jhoblitt Exp $
+# $Id: Server.pm,v 1.64 2008-05-06 22:54:01 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -1222,4 +1222,7 @@
     my $db  =$self->db;
 
+    my $volume;
+    ($volume, $key) = parse_neb_key($key);
+
     my $ext_id;
     eval {
