Skip to content

Commit

Permalink
disable Java Server for RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Feb 14, 2024
1 parent 2469534 commit f523ab6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 34 deletions.
3 changes: 3 additions & 0 deletions HTML5Module/webapp/view/Home.view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@
<l:BlockLayoutRow accentCells="BackendRFC">
<l:BlockLayoutCell id="RFC" width="2" title="Backend via Java RFC">
<l:content>
<Text>Disabled until security fix is implemented</Text>
<!--
<Link text="/rfc?name=USER_NAME_GET" href="rfc?name=USER_NAME_GET" />
-->
</l:content>
</l:BlockLayoutCell>
</l:BlockLayoutRow>
Expand Down
68 changes: 34 additions & 34 deletions mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ modules:
- name: html5userapi-destination-service
- name: html5userapi-connectivity-service

- name: html5userapi-srv-java
type: java
path: srv-java/application
parameters:
memory: 512M
disk-quota: 1024M
stack: cflinuxfs4
provides:
- name: srv_java_api
properties:
url: ${default-url}
requires:
- name: html5userapi-uaa
- name: html5userapi-logging
- name: html5userapi-destination-service
- name: html5userapi-connectivity-service
properties:
USE_JCO: true
# - name: html5userapi-srv-java
# type: java
# path: srv-java/application
# parameters:
# memory: 512M
# disk-quota: 1024M
# stack: cflinuxfs4
# provides:
# - name: srv_java_api
# properties:
# url: ${default-url}
# requires:
# - name: html5userapi-uaa
# - name: html5userapi-logging
# - name: html5userapi-destination-service
# - name: html5userapi-connectivity-service
# properties:
# USE_JCO: true

- name: html5userapi-ui
type: approuter.nodejs
Expand Down Expand Up @@ -113,13 +113,13 @@ modules:
strictSSL: false
name: html5userapi-srv
url: ~{url}
- name: srv_java_api
group: destinations
properties:
forwardAuthToken: true
strictSSL: false
name: html5userapi-srv-java
url: ~{url}
# - name: srv_java_api
# group: destinations
# properties:
# forwardAuthToken: true
# strictSSL: false
# name: html5userapi-srv-java
# url: ~{url}
- name: html5userapi-deployer
type: com.sap.application.content
path: .
Expand Down Expand Up @@ -214,17 +214,17 @@ resources:
URL: ~{srv_api/url}
HTML5.DynamicDestination: true
HTML5.ForwardAuthToken: true
- Name: html5userapi-srv-java
Description: html5userapi Java backend service
Authentication: NoAuthentication
ProxyType: Internet
Type: HTTP
URL: ~{srv_java_api/url}
HTML5.DynamicDestination: true
HTML5.ForwardAuthToken: true
# - Name: html5userapi-srv-java
# Description: html5userapi Java backend service
# Authentication: NoAuthentication
# ProxyType: Internet
# Type: HTTP
# URL: ~{srv_java_api/url}
# HTML5.DynamicDestination: true
# HTML5.ForwardAuthToken: true
requires:
- name: srv_api
- name: srv_java_api
# - name: srv_java_api
- name: html5userapi-connectivity-service
parameters:
service-plan: lite
Expand Down

0 comments on commit f523ab6

Please sign in to comment.