Git Product home page Git Product logo

spring-cloud-config-connector's People

Contributors

dependabot[bot] avatar krisunni avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

pbareg

spring-cloud-config-connector's Issues

URL resolution is faulty

When the URL is resolved, the label is left off and the basePath is only added when it is empty. The issue is in the MuleCloudConfigAnypointConnection class, as its logic is inverted on the basePath and leaves the label off altogether.

Present workaround is to concatenate the label onto the profiles field, with dummy text in the label field.

To Reproduce
Steps to reproduce the behavior:

  1. Configure a global Spring Cloud Config connector with application name, profile, label, and base path.
  2. Set a breakpoint on a "Get Properties" component
  3. See that the connection.url property has no label appended and is missing the base path. When base path is not specified, an extra / is added after the base url.

Expected behavior
The URL resolves to baseServerURL + "/" + basePath + "/" + applicationName + "/" + profiles + "/" + label i.e. http://baseserver.com:8080/basePath/appName/profiles/label.

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.