[ 
https://issues.apache.org/jira/browse/HADOOP-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HADOOP-3854:
----------------------------------

    Status: Open  (was: Patch Available)

I don't think this change is the right one for the API. In the long term, we 
should have two servers, one for the internal work and one for external work. 
Otherwise, you can't get security with these plugins. Therefore, I'd propose 
that we leave the addServlet alone and the requests will be filtered. We also 
add:

{code}
@Deprecated
public void addInternalServlet(...);
{code}

that adds a servlet that doesn't use the filters.


> 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
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: 3854_20080729.patch, 3854_20080730.patch, 
> 3854_20080805.patch, 3854_20080806.patch, 3854_20080807.patch, 
> 3854_20080808.patch, 3854_20080808b.patch, 3854_20080809.patch, 
> LoggingFilter.java, LoggingFilterConfiguration.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