TAXIIProject / django-taxii-services

Installable taxii_services
http://taxiiproject.github.io/
BSD 3-Clause "New" or "Revised" License
20 stars 13 forks source link

Consider removing fields: Supported message binding and Supported protocol bindings #29

Closed MarkDavidson closed 9 years ago

MarkDavidson commented 9 years ago

The supported protocol bindings are controlled by the application/webserver configuration, and the supported message bindings are controlled by the TAXII Message Handler. These fields should be removed from the UI as selectable, but maybe should be retained as an informational, uneditable field so that users can know what the TAXII Service is doing.

One argument against removing the Supported Protocol Bindings is that if the field were changed to actually impact how the application behaved, users could select some TAXII Services to be offered over HTTP and some over HTTPS, permitting greater configuration of YETI/django-taxii-services.

-Mark

MarkDavidson commented 9 years ago

This was actually a bug in django-taxii-services. See referencing issue for details.