Task #3770 (closed)
Opened 9 years ago
Closed 8 years ago
Bug: isUserConnected decorator not redirecting
| Reported by: | cxallan | Owned by: | cxallan |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3.1 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-07-07 (1) |
Description
When a user has already logged in once and the server 'version' is present in the Django session ?url=... redirection is no longer possible.
Change History (9)
comment:1 Changed 9 years ago by cxallan
comment:2 Changed 9 years ago by jburel
- Sprint changed from 2011-01-13 (23) to 2011-01-27 (24)
Referencing ticket #3769 has changed sprint.
comment:3 Changed 9 years ago by cxallan
- Sprint 2011-01-27 (4) deleted
Referencing ticket #3769 has changed sprint.
comment:4 Changed 9 years ago by atarkowska
(In [c9ef5f22661f1101f5ad483f085e0b6320d0b382/ome.git]) this changeset fix the status list of deleted items, fix #3878 and modify isUserConnected(), see #3770
comment:5 Changed 8 years ago by cxallan
Referencing ticket #3769 has changed sprint.
comment:6 Changed 8 years ago by cxallan
- Owner set to cxallan
comment:7 Changed 8 years ago by jmoore
- Milestone changed from OMERO-Beta4.3 to OMERO-Beta4.3.1
- Summary changed from isUserConnected decorator not redirecting to Bug: isUserConnected decorator not redirecting
Marking as "Bug:" and moving to 4.3.1. Not sure if any more of #3769 should be moved to 4.3.1.
comment:8 Changed 8 years ago by Aleksandra Tarkowska <aleksandrat@…>
(In [c9ef5f22661f1101f5ad483f085e0b6320d0b382/ome.git]on branches master, develop, feature/5252-import-cancel, fix/4463, python-gateway) this changeset fix the status list of deleted iteams, fix #3878 and modify isUSerCOnnected(), see #3770
comment:9 Changed 8 years ago by cxallan
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from new to closed
Was resolved by the above commit [c9ef5f22661f1101f5ad483f085e0b6320d0b382/ome.git] and released in milestone:OMERO-Beta4.3; closing.
(In [8872/omero]) Initial solution which breaks AJAX call logout redirection but fixes generic URL redirection. (See #3770)