Skip to content

Commit

Permalink
Merge branch 'apache:master' into SUBMARINE-1417
Browse files Browse the repository at this point in the history
  • Loading branch information
laiyousin authored Mar 27, 2024
2 parents 7dd3ad8 + 4e68894 commit acdc3bd
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,17 @@ protected void configure() {
}
});

setupRestApiContextHandler(webApp, conf);
// There is a security risk of SQL injection here,
// note that the RESTful interface cannot be provided until this is resolved
// setupRestApiContextHandler(webApp, conf);

// Cookie config
setCookieConfig(webApp);

// There is a security risk of SQL injection here,
// note that the RESTful interface cannot be provided until this is resolved
// Notebook server
setupNotebookServer(webApp, conf, sharedServiceLocator);
// setupNotebookServer(webApp, conf, sharedServiceLocator);

// Cluster Server
// Cluster Server is useless for submarine now. Shield it to improve performance.
Expand Down

0 comments on commit acdc3bd

Please sign in to comment.