chungote / pyramus

Automatically exported from code.google.com/p/pyramus
0 stars 0 forks source link

JSON error form crashes #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On front page, click "login"
2. Enter incorrect username and/or password
3. Wait for error message

What is the expected output? What do you see instead?
The error message is never shown; instead, the following appears in the error 
log:
08:47:49,229 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[jsp]] 
(http--0.0.0.0-8443-2) Servlet.service() for servlet jsp threw exception: 
javax.el.ELException: Cannot convert undefined of type class java.lang.String 
to class java.lang.Long

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ilmo.e...@otavanopisto.fi on 11 Jul 2012 at 5:50

GoogleCodeExporter commented 8 years ago
The cause of the issue was inconsistent value set for errorLevel: sometimes 
1,2,3,4, sometimes incoherent strings etc. Now non-numerical values fall back 
to 4.

Original comment by ilmo.e...@otavanopisto.fi on 11 Jul 2012 at 8:26

GoogleCodeExporter commented 8 years ago

Original comment by antti.le...@otavanopisto.fi on 6 Sep 2012 at 10:20