File tree Expand file tree Collapse file tree
lib/java_buildpack/util/cache Expand file tree Collapse file tree Original file line number Diff line number Diff line change 274274 <orderEntry type =" library" scope =" PROVIDED" name =" addressable (v2.3.6, rbenv: 1.9.3-p547) [gem]" level =" application" />
275275 <orderEntry type =" library" scope =" PROVIDED" name =" ast (v2.0.0, rbenv: 1.9.3-p547) [gem]" level =" application" />
276276 <orderEntry type =" library" scope =" PROVIDED" name =" astrolabe (v1.3.0, rbenv: 1.9.3-p547) [gem]" level =" application" />
277- <orderEntry type =" library" scope =" PROVIDED" name =" bundler (v1.7.3 , rbenv: 1.9.3-p547) [gem]" level =" application" />
277+ <orderEntry type =" library" scope =" PROVIDED" name =" bundler (v1.7.4 , rbenv: 1.9.3-p547) [gem]" level =" application" />
278278 <orderEntry type =" library" scope =" PROVIDED" name =" codeclimate-test-reporter (v0.4.1, rbenv: 1.9.3-p547) [gem]" level =" application" />
279279 <orderEntry type =" library" scope =" PROVIDED" name =" crack (v0.4.2, rbenv: 1.9.3-p547) [gem]" level =" application" />
280280 <orderEntry type =" library" scope =" PROVIDED" name =" debugger-ruby_core_source (v1.3.5, rbenv: 1.9.3-p547) [gem]" level =" application" />
Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ def secure?(uri)
256256 def update ( uri , cached_file )
257257 proxy ( uri ) . start ( uri . host , uri . port , http_options ( uri ) ) do |http |
258258 @logger . debug { "HTTP: #{ http . address } , #{ http . port } , #{ http_options ( uri ) } " }
259+ @logger . debug { http . instance_variable_get ( '@socket' ) . io . session . to_text } if secure? uri
259260 request = request uri , cached_file
260261 request . basic_auth uri . user , uri . password if uri . user && uri . password
261262
You can’t perform that action at this time.
0 commit comments