From 58c37104025e3ba4aa68661e71cc317f77ce4f86 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:00:34 +0200 Subject: [PATCH 1/3] Update App.tsx Signed-off-by: 1000TurquoisePogs --- webClient/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webClient/src/App.tsx b/webClient/src/App.tsx index bda96ab..fb297a5 100644 --- a/webClient/src/App.tsx +++ b/webClient/src/App.tsx @@ -36,13 +36,13 @@ class App extends React.Component { `{ "type":"connect", "connectionSettings":{ "host":"localhost", - "port":23, + "port":992, "deviceType":5, "alternateHeight":60, "alternateWidth":132, "oiaEnabled": true, "security": { - "type":0 + "type":"tls" } } }`, From a696f166386d7bfe0faf2df5502ab0c25b627fd7 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:24:46 +0200 Subject: [PATCH 2/3] Delete sample-react-app.ppf Signed-off-by: 1000TurquoisePogs --- sample-react-app.ppf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sample-react-app.ppf diff --git a/sample-react-app.ppf b/sample-react-app.ppf deleted file mode 100644 index 8e041a8..0000000 --- a/sample-react-app.ppf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - From fee7d08626a8ebe5c9094702830df1c5b88d03c5 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 21 Jul 2026 12:25:25 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md Signed-off-by: 1000TurquoisePogs --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c98b5..16ca90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the sample react app will be documented in this file. +## 2.18.6 + +- Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#118](https://github.com/zowe/sample-react-app/pull/118) + ## 2.0.1 - Bugfix: Schema file was not included, preventing installation as a component