Changeset cfc4d68 for axis/Create.java


Ignore:
Timestamp:
Jan 12, 2012 7:41:47 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
5bbad08
Parents:
40c599f
Message:

Take url as a parameter for easier testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • axis/Create.java

    r40c599f rcfc4d68  
    164164
    165165        // Reloading the port clears cached SSL connections.
    166         port = getPort("https://users.isi.deterlab.net:23235");
     166        port = getPort(urlString);
    167167
    168168        // This block creates an ABAC credential telling the fedd that the
Note: See TracChangeset for help on using the changeset viewer.