IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2008, 12:54:01 PM (18 years ago)
Author:
jhoblitt
Message:

fix _is_valid_object_key() to handle nebulous keys

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r17540 r17543  
    11Revision history for Nebulous
     2
     30.10
     4    - fix _is_valid_object_key() to handle nebulous keys
    25
    360.09 Tue May  6 12:12:02 HST 2008
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r17540 r17543  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.63 2008-05-06 22:12:35 jhoblitt Exp $
     3# $Id: Server.pm,v 1.64 2008-05-06 22:54:01 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    12221222    my $db  =$self->db;
    12231223
     1224    my $volume;
     1225    ($volume, $key) = parse_neb_key($key);
     1226
    12241227    my $ext_id;
    12251228    eval {
Note: See TracChangeset for help on using the changeset viewer.