File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
lib/java_buildpack/framework Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ def protocol_mapping(protocol)
105105 socket_factory_base = 'com.wily.isengard.postofficehub.link.net.'
106106
107107 protocol_socket_factory = {
108- '' => socket_factory_base + 'DefaultSocketFactory' ,
109- 'ssl' => socket_factory_base + 'SSLSocketFactory' ,
110- 'http' => socket_factory_base + 'HttpTunnelingSocketFactory' ,
108+ '' => socket_factory_base + 'DefaultSocketFactory' ,
109+ 'ssl' => socket_factory_base + 'SSLSocketFactory' ,
110+ 'http' => socket_factory_base + 'HttpTunnelingSocketFactory' ,
111111 'https' => socket_factory_base + 'HttpsTunnelingSocketFactory'
112112 }
113113
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ def initialize
6363 'geode_store' => 'Apache Geode Tomcat Session Store' ,
6464 'google_stackdriver_debugger' => 'Google Stackdriver Debugger' ,
6565 'groovy' => 'Groovy' ,
66+ 'introscope_agent' => 'CA Introscope APM Framework' ,
6667 'jre' => 'OpenJDK JRE' ,
6768 'jrebel_agent' => 'JRebel Agent' ,
6869 'jvmkill_agent' => 'jvmkill Agent' ,
You can’t perform that action at this time.
0 commit comments