Thomas Maier
Thomas Maier
Is it possible to disable the **authorizer** for an individual **stage**? e.g. for development or local test purpose? I just want to have the authorizer enabled in my deployments. For...
Currently users cant upload multiple attachments at the same time. This behavior is reproducible for - drag and drop - select attachment(s) In the 'Select Attachment' view users can select...
In sw360 portal users can link projects to the selected project as kind of a sub project. The user can see this relation in the following menus: - linked releases...
Currently the attachment info endpoint (REST API) is really slow. **Reason**: loop through the complete release catalog to get the corresponding attachment info **Solution**: index on couchdb for attachment ids...
In the current setup we store the REST API configuration in the following files: - application.yml (auhtorization server) - application.yml (resource server) A new deployment of these packages will overwrite...
In the REST attachment download endpoint it is necessary to set the `Accept` header, otherwise you will receive the following message: `"message": "Could not find acceptable representation",` So I tried...
In the sw360 project we should add some spring junit tests: - download attachment - upload attachment - licenseinfo These tests will help to generate the REST API documentation. reference...
In the current implementation of the sw360 rest service the code could be improved - active profile environment for test/mock purpose in the authorization server (It should a better solution...