[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Thu Nov 24 13:51:31 UTC 2005
senger
Thu Nov 24 08:51:31 EST 2005
Update of /home/repository/moby/moby-live/Java/src/Clients
In directory pub.open-bio.org:/tmp/cvs-serv20584/src/Clients
Modified Files:
TestAuth.java
Log Message:
moby-live/Java/src/Clients TestAuth.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/Clients/TestAuth.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/Clients/TestAuth.java 2005/11/16 08:40:53 1.1
+++ /home/repository/moby/moby-live/Java/src/Clients/TestAuth.java 2005/11/24 13:51:31 1.2
@@ -11,7 +11,7 @@
// Access the page
try {
// Create a URL for the desired page
- URL url = new URL ("http://localhost/~senger/secure/a.tmp");
+ URL url = new URL ("http://localhost:9999/~senger/secure/a.tmp");
// Read all the text returned by the server
BufferedReader in = new BufferedReader (new InputStreamReader (url.openStream()));
More information about the MOBY-guts
mailing list