jormus opened a new issue, #3613: URL: https://github.com/apache/streampipes/issues/3613
### Apache StreamPipes version 0.97.0 ### Affected StreamPipes components Backend ### What happened? after creating an adapter with a quite long name, in the form a an topic: - FACTORY/BUILDING/LINE/CONTROLLER/INSTANCE I had no problem configuring this adapter. After ticking 'persist data' a pipeline with the following name is created: - Persist FACTORY/BUILDING/LINE/CONTROLLER/INSTANCE When I try to create a new pipeline with the same name, the field input of the name is checked, and must be between 3-40 chars long, input is in this case 49. Yet the adapter created the pipeline. I cannot stop/delete/alter the pipeline in UI in web console, got http404 error on following requests: https://domain.net/streampipes-backend/api/v2/pipelines/persist-FACTORY/BUILDING/LINE/CONTROLLER/INSTANCE for get / delete ### How to reproduce? create a new adapter with a long name and slashes, and from the adapter config, make it persist. for example FACTORY/BUILDING/LINE/CONTROLLER/INSTANCE ### Expected behavior Input is not validated? ### Additional technical information Same result for edge/firefox ### Are you willing to submit a PR? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
