Revision: 4648
          http://sourceforge.net/p/vexi/code/4648
Author:   mkpg2
Date:     2014-02-04 08:20:55 +0000 (Tue, 04 Feb 2014)
Log Message:
-----------
Fix. jpp not checked in.

Modified Paths:
--------------
    
branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp

Modified: 
branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp
===================================================================
--- 
branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp   
    2014-02-04 08:15:12 UTC (rev 4647)
+++ 
branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp   
    2014-02-04 08:20:55 UTC (rev 4648)
@@ -7,7 +7,7 @@
  
        static public HTTP create(Logger logger, String url) throws IOException 
{
                //#ifdef APACHE_HTTP
-               return new ApacheHTTP(logger, url);
+               return ApacheHTTP.create(logger, url);
                //#else
                return url.startsWith("stdio:") ? OrigHTTP.stdio : (HTTP)new 
OrigHTTP_reconnect(logger, url);
                //#endif APACHE_HTTP

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


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to