Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions net/http/src/THttpServer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ class THttpTimer : public TTimer {
// //
// Online http server for arbitrary ROOT application //
// //
// \note This class provides HTTP access to ROOT objects. //
// The user is entirely responsible for the security of the server. //
// It is strongly recommended to use the server only within an isolated //
// network or to enable proper authentication to prevent unauthorized //
// remote access. //
// //
// //
// Idea of THttpServer - provide remote http access to running //
// ROOT application and enable HTML/JavaScript user interface. //
// Any registered object can be requested and displayed in the browser. //
Expand Down
Loading