[
https://issues.apache.org/jira/browse/ROL-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Johnson updated ROL-1983:
-------------------------------
Description:
For some reason the Roller user list is presently implemented via a servlet,
allowing the list of blog users and email addresses to be publicly accessible
for those accessing the URL. Goal here is to shut off the servlet and use a
traditional Struts/JPA method of listing the users on the page, perhaps similar
to our blog entry listing screen.
UPDATE: there's nothing wrong with using a Servlet for this AJAX operation, but
we should only expose the Servlet to those who are logged into Roller as site
admins.
was:For some reason the Roller user list is presently implemented via a
servlet, allowing the list of blog users and email addresses to be publicly
accessible for those accessing the URL. Goal here is to shut off the servlet
and use a traditional Struts/JPA method of listing the users on the page,
perhaps similar to our blog entry listing screen.
Summary: Only expose AJAX User List Servlet to admin users (was: stop
using servlet call for user administration)
> Only expose AJAX User List Servlet to admin users
> -------------------------------------------------
>
> Key: ROL-1983
> URL: https://issues.apache.org/jira/browse/ROL-1983
> Project: Apache Roller
> Issue Type: Task
> Components: User Management
> Affects Versions: 5.1
> Reporter: Glen Mazza
> Assignee: Glen Mazza
>
> For some reason the Roller user list is presently implemented via a servlet,
> allowing the list of blog users and email addresses to be publicly accessible
> for those accessing the URL. Goal here is to shut off the servlet and use a
> traditional Struts/JPA method of listing the users on the page, perhaps
> similar to our blog entry listing screen.
> UPDATE: there's nothing wrong with using a Servlet for this AJAX operation,
> but we should only expose the Servlet to those who are logged into Roller as
> site admins.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)