Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudfoundry/java-buildpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ActiveState/java-buildpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 4, 2014

  1. Add proxy support to the download_cache

    Note also that the request object needs to contain just the request
    path and not the full URL.
    
    This is a rewrite of commit f891842, which no longer applies to v2.0
    of the buildpack.
    
    Ref http://bugs.activestate.com/show_bug.cgi?id=102334
    jandubois committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    45f73f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Support for proxy credentials in http_proxy

    We don't really need this for Stackato, as http_proxy right now always points to
    the polipo proxy on the host, but it doesn't hurt to make the code generic.
    
    Ref http://bugs.activestate.com/show_bug.cgi?id=102823
    jandubois committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    15c9a06 View commit details
    Browse the repository at this point in the history
Loading