https://bz.apache.org/bugzilla/show_bug.cgi?id=62334

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
Does IIS not already provide such a facility?

For example, in Apache httpd, this kind of thing can be done easily with this
configuration:

<Location "/path/to/status/worker">
  Order allow,deny
  Allow from 127.0.0.1
  Deny from all
</Location>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to