Bug 44088

Summary: Cannot expire session via html manager webapp
Product: Tomcat 6 Reporter: Ben Short <jamin.short>
Component: Manager applicationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.0.14   
Target Milestone: default   
Hardware: All   
OS: All   
Attachments: Patch code this fixes this bug

Description Ben Short 2007-12-17 15:14:23 UTC
The html manager webapp done not work correctly when clicking the expire
sessions button. The idle param is missing from the form.

The following html shows this bug...

<form method="POST" action="/manager/html/expire?path=/">
  <small>
  &nbsp;<input type="submit" value="Expire sessions">&nbsp;with idle
&ge;&nbsp;<input type="text" name="expire" size="5" value="30">&nbsp;minutes&nbsp;
  </small>
  </form>

The name of the text input should be idle.
Comment 1 Ben Short 2007-12-17 15:16:04 UTC
Created attachment 21280 [details]
Patch code this fixes this bug

This patch should be applied to the trunk.
Comment 2 Mark Thomas 2007-12-23 15:09:16 UTC
Fixed in trunk and proposed for 6.0.x
Comment 3 Mark Thomas 2007-12-28 13:27:49 UTC
This is fixed in svn and will be included in 6.0.16 onwards.