vinayvenu / orthanc

Automatically exported from code.google.com/p/orthanc
GNU General Public License v3.0
1 stars 3 forks source link

AET with underscore crashes HTTP interface #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In config, edit AET to include underscore, ie:  "DicomAet" : "blah_blah",

What is the expected output? What do you see instead?

Google chrome error: This webpage is not available

What version of the product are you using? On what operating system?

Orthanc 0.8.5
Win 7, 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by jbo...@gmail.com on 2 Dec 2014 at 3:28

GoogleCodeExporter commented 9 years ago
This is not a bug, but a feature :)

The log clearly mentions the following message: "Uncaught exception, stopping 
now: [Only alphanumeric characters are allowed in AET]".

Nevertheless, I will replace the exception by a simple warning in the next 
release.

Original comment by s.jodo...@gmail.com on 5 Dec 2014 at 9:33

GoogleCodeExporter commented 9 years ago
This is now fixed in the mainline:
https://code.google.com/p/orthanc/source/detail?r=a65ad39596cbd33cb1de4e5ee0c5d5
dae2ff7612

Original comment by s.jodo...@gmail.com on 5 Dec 2014 at 10:13

GoogleCodeExporter commented 9 years ago
Thanks, I should have checked the log!

Original comment by jbo...@gmail.com on 5 Dec 2014 at 5:05