DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34482>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34482

           Summary: status worker "Update Worker" button should do redirect
           Product: Tomcat 5
           Version: Unknown
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


When using load balanced workers the status worker allows for editing the load
balancing details.

The "Update Worker" button currently does a GET request so that if I change a
setting and click it the URL becomes something like:

/status?cmd=update&w=node2&id=1&lb=0&wf=1&wr=&wc=&wd=on

I might at this point be tempted to start refreshing the page, however that
would probably trigger the status worker to perform my last "Update Worker"
action over and over again, which doesn't feel right.

It would be better if the worker once it has received a command, does a 302
redirect to the base URL, in my case '/status'.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to