Opened 12 years ago

Closed 12 years ago

#92 closed (fixed)

Aggregate ID validate hangs

Reported by: sedwards@bbn.com Owned by: somebody
Priority: major Milestone: gmoc.py data submission debugging
Component: Clients Version:
Keywords: v0.6.3 Cc:
Dependencies:

Description

I tried to construct an Aggregate with id https://www.emulab.net/protogeni/xmlrpc/am and the code hangs.

I manually (using a python interactive session) tried to run the regular expression in validateAggregate() on this url and it hung as well:

re.match("^(.+|\-|\.)+\:\d+", id)

Change History (1)

comment:1 Changed 12 years ago by sedwards@bbn.com

Resolution: fixed
Status: newclosed

This looks fixed in 0.6.4.

Note: See TracTickets for help on using tickets.