Task #8334 (closed)
Opened 7 years ago
Closed 7 years ago
Ajax call error after time out
| Reported by: | atarkowska | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2012-03-27 (11) |
Description (last modified by atarkowska)
I merged 'aleksandra-tarkowska/cls-fslite-cli-import' with 'chris-allan/6342_integration'. When you allow application times out and click on the tree branch it throws an exeption rather then redirect to the login page.
Traceback (most recent call last):
File "/opt/omero/lib/python/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/opt/omero/lib/python/omeroweb/decorators.py", line 241, in wrapped
return ctx.on_not_logged_in(request, url, error)
File "/opt/omero/lib/python/omeroweb/decorators.py", line 83, in on_not_logged_in
raise Http403
Http403
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'sessionid': 'ec7dcf669c72c0ab5ba101e35bd5835a'},
META:{'DOCUMENT_ROOT': '/var/www/html',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html, */*',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-gb,en;q=0.5',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'sessionid=ec7dcf669c72c0ab5ba101e35bd5835a',
'HTTP_HOST': '10.2.1.142',
'HTTP_REFERER': 'http://10.2.1.142/webclient/userdata/',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20100101 Firefox/11.0',
'HTTP_X_REQUESTED_WITH': 'XMLHttpRequest',
'PATH': '/usr/bin:/bin:/usr/sbin:/sbin',
'PATH_INFO': u'/webclient/metadata_details/dataset/2/',
'PATH_TRANSLATED': '/opt/omero/var/omero.fcgi/webclient/metadata_details/dataset/2/',
'QUERY_STRING': '',
'REMOTE_ADDR': '10.12.0.76',
'REMOTE_PORT': '52112',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/webclient/metadata_details/dataset/2/',
'SCRIPT_FILENAME': '/opt/omero/var/omero.fcgi',
'SCRIPT_NAME': u'',
'SERVER_ADDR': '10.2.1.142',
'SERVER_ADMIN': 'root@localhost',
'SERVER_NAME': '10.2.1.142',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.15 (CentOS) Server at 10.2.1.142 Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.15 (CentOS)',
'wsgi.errors': <flup.server.fcgi_base.TeeOutputStream object at 0x471de90>,
'wsgi.input': <flup.server.fcgi_base.InputStream object at 0x432dbd0>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>
Change History (2)
comment:1 Changed 7 years ago by atarkowska
- Description modified (diff)
comment:2 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Should be fixed by Ola's commit: https://github.com/aleksandra-tarkowska/openmicroscopy/commit/cc6e02bf36d3e659475efebe45c374a78cfe28c3 in branch https://github.com/aleksandra-tarkowska/openmicroscopy/commits/8118_share_connection/