Opened 13 years ago

Closed 13 years ago

#697 closed (fixed)

External ID link from hits report failing

Reported by: Fredrik Levander Owned by: Gregory Vincic
Milestone: Proteios 2.13.0 Keywords:
Cc:

Description

When clicking External ID in the hits report there is a stacktrace. After selecting score instead, followed by external id it seems to work again.

Change History (3)

comment:1 Changed 13 years ago by Fredrik Levander

clicking 'combined FDR' also leads to stacktrace.

comment:2 Changed 13 years ago by Gregory Vincic

Status: newassigned

comment:3 Changed 13 years ago by Gregory Vincic

Resolution: fixed
Status: assignedclosed

(In [3775]) Fixes #697. This bug was related to a faulty handling of responses working directly on the servlet response such as redirecting users to external sites. The problem was found in ProteiosAction? which did not check if the response was commited or not before trying to reuse the last action to display an error message.

Note: See TracTickets for help on using tickets.