Skip to content

Commit e2f67ae

Browse files
committed
[http] add note to THttpServer docu
(cherry picked from commit 2993ad8)
1 parent 609c6e7 commit e2f67ae

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

net/http/src/THttpServer.cxx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@ class THttpTimer : public TTimer {
8484
}
8585
};
8686

87-
88-
/** \class THttpServer
87+
/**
88+
\class THttpServer
8989
\ingroup http
90-
91-
Online http server for arbitrary ROOT application
90+
\brief Online http server for arbitrary ROOT application
91+
\note This class provides HTTP access to ROOT objects. The user is entirely responsible for the security of the server.
92+
It is strongly recommended to use the server only within an isolated network
93+
or to enable proper authentication to prevent unauthorized remote access.
9294
9395
Idea of THttpServer - provide remote http access to running
9496
ROOT application and enable HTML/JavaScript user interface.

0 commit comments

Comments
 (0)