[
https://issues.apache.org/jira/browse/ROL-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13869011#comment-13869011
]
Greg Huber commented on ROL-1983:
---------------------------------
Glen,
If you check roller-project/app/src/main/webapp/roller-ui/scripts/ajax-user.js
the length=50 does the filtering.
var userURL = "<%= request.getContextPath() %>" +
"/roller-ui/authoring/userdata?length=50";
If you start typing it should filter on what is typed. I guess to show 1000's
of users when initially clicking on the list is not really useful and takes
time.
Cheers Greg.
> stop using servlet call for user administration
> -----------------------------------------------
>
> 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
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)