Revision: 2523
          http://vexi.svn.sourceforge.net/vexi/?rev=2523&view=rev
Author:   clrg
Date:     2007-10-25 09:58:41 -0700 (Thu, 25 Oct 2007)

Log Message:
-----------
Reserve 'writetrap' and 'readtrap' as keywords and change Ibex->Vexi in a few 
important places

Modified Paths:
--------------
    trunk/core/org.ibex.net/src/org/ibex/net/HTTP.jpp

Modified: trunk/core/org.ibex.net/src/org/ibex/net/HTTP.jpp
===================================================================
--- trunk/core/org.ibex.net/src/org/ibex/net/HTTP.jpp   2007-10-25 16:09:26 UTC 
(rev 2522)
+++ trunk/core/org.ibex.net/src/org/ibex/net/HTTP.jpp   2007-10-25 16:58:41 UTC 
(rev 2523)
@@ -20,7 +20,7 @@
     public static String      originHost = null;
 
     // FIXME: HACK: these shouldn't be set globally
-    public static String userAgent = "Ibex";
+    public static String userAgent = "Vexi";
     public static boolean allowRedirects = true;
     
     // Cookies 
//////////////////////////////////////////////////////////////////////////////
@@ -218,7 +218,7 @@
                 
             } else if (reply.startsWith("2")) {
                 if (h.get("HTTP").equals("1.0") && h.get("content-length") == 
null)
-                    throw new HTTPException("Ibex does not support HTTP/1.0 
servers which fail to return the Content-Length header");
+                    throw new HTTPException("Vexi does not support HTTP/1.0 
servers which fail to return the Content-Length header");
                 int cl = h.get("content-length") == null ? -1 : 
Integer.parseInt(h.get("content-length").toString());
                 String timestamp = (String) h.get("last-modified");
                                InputStream ret = new HTTPInputStream(in, cl, 
releaseMe, timestamp);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to