Revision: 4653
          http://sourceforge.net/p/vexi/code/4653
Author:   mkpg2
Date:     2014-02-05 11:10:03 +0000 (Wed, 05 Feb 2014)
Log Message:
-----------
Fix. Jpp not uptodate.

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-05 11:03:39 UTC (rev 4652)
+++ 
branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp   
    2014-02-05 11:10:03 UTC (rev 4653)
@@ -6,11 +6,17 @@
 public class HTTPFactory {
  
        static public HTTP create(Logger logger, String url) throws IOException 
{
+               //#ifdef JRE_HTTP
+               return JreHTTP.create(logger, url);             
+               //#else
                //#ifdef APACHE_HTTP
-               return ApacheHTTP.create(logger, url);
+               //return ApacheHTTP.create(logger, url);
                //#else
-               return url.startsWith("stdio:") ? OrigHTTP.stdio : (HTTP)new 
OrigHTTP_reconnect(logger, url);
+               // return url.startsWith("stdio:") ? OrigHTTP.stdio : (HTTP)new 
OrigHTTP_reconnect(logger, url);
                //#endif APACHE_HTTP
+                               
+                               
+               //#endif JRE_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