Coder Social home page Coder Social logo

Comments (4)

HelloCoCooo avatar HelloCoCooo commented on May 24, 2024

Executing the following test case on org.apache.httpcomponents:httpclient:4.5.2 and 4.3.1 separately, the risky method <org.apache.http.client.config.RequestConfig: toString()Ljava/lang/String;> will get different return values:

@Test(timeout = 4000)
    public void test01()  throws Throwable  {
        RequestConfig requestConfig0 = RequestConfig.DEFAULT;
        String string0 = requestConfig0.toString();
        assertEquals("[expectContinueEnabled=false, " +
            "proxy=null, " +
            "localAddress=null, " +
            "cookieSpec=null, " +
            "redirectsEnabled=true, " +
            "relativeRedirectsAllowed=true, " +
            "maxRedirects=50, " +
            "circularRedirectsAllowed=false, " +
            "authenticationEnabled=true, " +
            "targetPreferredAuthSchemes=null, " +
            "proxyPreferredAuthSchemes=null, " +
            "connectionRequestTimeout=-1, " +
            "connectTimeout=-1, " +
            "socketTimeout=-1, " +
            "contentCompressionEnabled=true]", string0);
    }

Output results:

string0 == ", expectContinueEnabled=false, proxy=null, localAddress=null, staleConnectionCheckEnabled=true, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=-1, connectTimeout=-1, socketTimeout=-1]"   
  //On **org.apache.httpcomponents:httpclient:4.3.1**

string0 == "[expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=-1, connectTimeout=-1, socketTimeout=-1, contentCompressionEnabled=true]"    
  //On **org.apache.httpcomponents:httpclient:4.5.2**

from freedomotic.

HelloCoCooo avatar HelloCoCooo commented on May 24, 2024

@mcicolella Could please help me check this issue?
May I pull a request to fix it?
Thanks again.

from freedomotic.

mcicolella avatar mcicolella commented on May 24, 2024

Hi @HelloCoCooo, thanks for your detailed report.
Maybe the solution 2 could be adopted. Also "push" plugin requires the same dependency but it uses a different version.
Please check if the project compiles and runs correctly and then submit a PR if you want.
Thanks.

from freedomotic.

mcicolella avatar mcicolella commented on May 24, 2024

Fixed in #491

from freedomotic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.