You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2022/03/01 21:18:40 UTC

[jena] 01/03: JENA-2295: Disable WebSockets in the dev server. While useful, my browser was failing to connect, filling the logs with errors, making it harder to spot legit errors.

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 18ce7dd1fa34d39d6938c7ff8748e9d12409de9a
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Tue Mar 1 17:35:07 2022 +1300

    JENA-2295: Disable WebSockets in the dev server. While useful, my browser was failing to connect, filling the logs with errors, making it harder to spot legit errors.
---
 jena-fuseki2/jena-fuseki-ui/vue.config.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/jena-fuseki2/jena-fuseki-ui/vue.config.js b/jena-fuseki2/jena-fuseki-ui/vue.config.js
index f7a44e0..3b5916c 100644
--- a/jena-fuseki2/jena-fuseki-ui/vue.config.js
+++ b/jena-fuseki2/jena-fuseki-ui/vue.config.js
@@ -62,7 +62,9 @@ module.exports = {
         ws: true,
         changeOrigin: true
       }
-    }
+    },
+    client: false,
+    webSocketServer: false
   },
   // Change build paths to make them Maven compatible
   // see https://cli.vuejs.org/config/