mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-867: Add periodic keep-alive ping to ensure the session does not perish while a connection is active.
This commit is contained in:
@@ -86,6 +86,17 @@
|
||||
<url-pattern>/logout</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Session Keep-Alive Servlet -->
|
||||
<servlet>
|
||||
<description>Session keep-alive servlet.</description>
|
||||
<servlet-name>SessionKeepAlive</servlet-name>
|
||||
<servlet-class>org.glyptodon.guacamole.net.basic.SessionKeepAlive</servlet-class>
|
||||
</servlet>
|
||||
<servlet-mapping>
|
||||
<servlet-name>SessionKeepAlive</servlet-name>
|
||||
<url-pattern>/keep-alive</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Clipboard State Servlet -->
|
||||
<servlet>
|
||||
<description>Clipboard state servlet.</description>
|
||||
|
Reference in New Issue
Block a user