Opened 17 years ago

Closed 17 years ago

#801 closed defect (fixed)

Code for the "Recently viewed items" menu is unstable when data is in an unexpected format

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: critical Milestone: BASE 2.4.4
Component: web Version:
Keywords: Cc:

Description

I have the following setup:

BASE2.4.0
tomcat 5.5.17
mysql 5.0.45
64bit linux system

Without changing anything, today I get the following error when I try to login:

java.lang.ArrayIndexOutOfBoundsException: 1
   at org.apache.jsp.include.menu_jsp._jspService(menu_jsp.java:185)
   at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
   at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   ....

Line 185 in menu_jsp.java corresponts to line 110 in menu.jsp

Change History (2)

comment:1 by Nicklas Nordborg, 17 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3822]) Fixes #801: Code for the "Recently viewed items" menu is unstable when data is in an unexpected format

Note: See TracTickets for help on using tickets.