Josh Thompson created VCL-985:
---------------------------------
Summary: login page and change locale form use continuations when
user is logged out
Key: VCL-985
URL: https://issues.apache.org/jira/browse/VCL-985
Project: VCL
Issue Type: Bug
Components: web gui (frontend)
Reporter: Josh Thompson
Fix For: 2.5
The form used for changing locale and the login page both use continuations.
However, continuations are supposed to be tied to a user. A change was made in
the database schema that adds a foreign key to tie the continuations.userid
field to the user.id field. For these 2 forms, 0 was being inserted as the
userid. This broke with the foreign key constraint. These 2 forms need to be
switched to not use continuations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)