[ 
https://issues.apache.org/jira/browse/HADOOP-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620450#action_12620450
 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-3854:
------------------------------------------------

>From the list above, the filters should apply to
- all static contents
- all log files
- all jsp pages
- all other servlets except the ones for internal use only 
- /logLevel and /fsck (it is better to have a strict policy)

I suggest to define the following pattern for the user-facing pages:
{noformat}
/stacks
/logs/*
/static/*
/logLevel
/fsck
*.html
*.jsp
/blockScannerReport
/taskgraph
{noformat}

> org.apache.hadoop.http.HttpServer should support user configurable filter
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-3854
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3854
>             Project: Hadoop Core
>          Issue Type: New Feature
>            Reporter: Tsz Wo (Nicholas), SZE
>         Attachments: 3854_20080729.patch, 3854_20080730.patch, 
> 3854_20080805.patch, LoggingFilter.java, SampleInitializer.java
>
>
> Filters provide universal functions such as authentication, logging and 
> auditing, etc.  HttpServer should support configurable filters, so that 
> individual site administrators could possibly configure filters for their web 
> site.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to