[ 
https://issues.apache.org/jira/browse/OLIO-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763648#action_12763648
 ] 

Shanti Subramanyam commented on OLIO-128:
-----------------------------------------

The eventsPostedByUser.jsp is a problem. This file is actually required but 
doesn't exist. As you point out, it should display a list of events posted by 
this user.

The login.jsp seems  harmless. It seems to be there for secure access which the 
app doesn't implement at this point.

The home_content.jsp reference is valid. It doesn't seem to actually refer to a 
jsp file, rather it is used as a reference to populate and access the cache of 
the home page contents.

So I think it is appropriate to close this issue and open a new one on the 
missing eventsPostedByUser.jsp file.

> Need to cleanup references to deprecated jsp files
> --------------------------------------------------
>
>                 Key: OLIO-128
>                 URL: https://issues.apache.org/jira/browse/OLIO-128
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app
>            Reporter: James Zubb
>            Assignee: Shanti Subramanyam
>            Priority: Minor
>
> There are references to 3 non-existant jsp files.
> eventsPostedByUser.jsp  --  from PersonAction,java
> login.jsp  --  from EntryFilter.java
> home_content.jsp  --  from ContentCachingFilter.java
> The eventsPostedByUser.jsp appears to still be referenced in the java app,  
> The "more" link under "Your Recently Posted Events"  of the display_person 
> page uses it.  The other 2 I haven't seen.

-- 
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