Reval Pal created JCS-207:
-----------------------------
Summary: JCSAdmin.jsp throws ClassCastException
java.util.LinkedList cannot be cast to
[Lorg.apache.commons.jcs3.admin.CacheRegionInfo
Key: JCS-207
URL: https://issues.apache.org/jira/browse/JCS-207
Project: Commons JCS
Issue Type: Bug
Components: Documentation
Affects Versions: jcs-3.0
Reporter: Reval Pal
The sample JCSAdmin.jsp on URL
https://raw.githubusercontent.com/apache/commons-jcs/master/commons-jcs-core/src/main/java/org/apache/commons/jcs3/admin/JCSAdmin.jsp
as referred to by https://commons.apache.org/proper/commons-jcs/faq.html
{quote}
Where can I get the admin jsp?
You can download the admin jsp here .
{quote}
currently contains
{code:java}
{code}
which contains 3 bugs:
1) {code}
{code}
should be
{code}
{code}
2)
{code}
{code}
should be
{code}
{code}
3)
{code}
{code}
should be
{code}
{code}
Also some styling:
{code}
{code}
should be
{code}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)