IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34370 for trunk


Ignore:
Timestamp:
Aug 30, 2012, 10:49:17 AM (14 years ago)
Author:
bills
Message:

The data store programs croak if a + sign is used in a url path.
Other http program don't mind so I'm going to change the code to allow them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore/Utils.pm

    r31937 r34370  
    3838);
    3939
    40 $STD_FIELD = qr/^[A-z0-9-_.: ]+$/;
     40$STD_FIELD = qr/^[A-z0-9-+_.: ]+$/;
    4141$TIME_FIELD = qr/^(\d{4})-(\d\d)-(\d\d) T (\d\d):(\d\d):(\d\d) Z$/x;
    4242$BYTE_FIELD = qr/^\d+$/;
Note: See TracChangeset for help on using the changeset viewer.