Page MenuHomePhabricator

Implement XNAT HTTP status error code handling
Closed, ResolvedPublic

Description

Any non OK status code leads to crash of workbench as it seems.

Related bugs:

T19603
T19680
T19033

Event Timeline

User makosch has pushed new remote branch:

bug-19681-XNATHTTPStatusCodeHandling

User gaehlert has pushed new remote branch:

bug-19681-XnatIntegrationBranch

[b54737]: Merge branch 'bug-19681-XNATHTTPStatusCodeHandling' into bug-19681-Xna

Merged commits:

2016-06-15 16:44:01 Nils Gaehlert [2fca6d]

  • show a particular error message only once.
    • fix tab order in preferences page
    • improve the search stability

2016-06-08 17:01:17 Nils Gaehlert [9b49f3]
Added a search field to search projects or patients


2016-06-01 16:56:22 Nils Gaehlert [0f98e4]
Override fetchMore() method to be able to catch a crash when expanding an entry


2016-04-27 17:20:28 Janek Groehl [c73147]
add a reminder :-)


2016-04-27 16:11:42 Janek Groehl [1d4a2e]
remove debug info


2016-04-27 16:11:25 Janek Groehl [bd00b0]
add a really dirty workaround for http status code handling.. there seems to be a status code offset of 201..


2016-04-27 15:43:12 Janek Groehl [4b00cd]
fix add resource folder display bug


2016-04-27 14:54:08 Janek Groehl [7f8b00]
move http handling to lower abstraction layer


2016-04-27 14:44:11 Janek Groehl [7567be]
add missing licenses


2016-04-27 14:43:20 Janek Groehl [b89d12]
create a http status code handler


2016-04-27 14:42:46 Janek Groehl [519085]
create a new http error code handler.


2016-04-20 17:05:29 Mia Makosch [c621d1]
adds a helper-class to catch http exceptions that are thrown as ctkRuntimeExceptions.

With this it is possible to prevent MITK from crashing when performing invalid requests.

[6c3cfe]: COMP Merge branch 'bug-19681-XnatIntegrationBranch'

Merged commits:

2016-06-15 17:21:44 Nils Gaehlert [3bf426]
COMP remove a link from include statements.