You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2021/08/26 07:26:25 UTC

[GitHub] [celix] ErjanAltena opened a new issue #358: PubSub matcher fails when sone admin has the same name as ansother admin with a prefix.

ErjanAltena opened a new issue #358:
URL: https://github.com/apache/celix/issues/358


   When one admin has the admin type "file" and another "file_v2" and file_v2 is requested though the properties both
   file and file_v2 matches with 100% score due to the |
      strncmp(requested. admin_type, strlen(admin_type)) 
   comparison.
   
   The strlen of the requested  admin the admin-type shall also be used in the comparison. Possible strnlen with a maxlen of 256 or so can be used to prevent issues with non terminating strings.
   


-- 
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: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix] ErjanAltena closed issue #358: PubSub matcher fails when some admin has the same name as another admin with a prefix. (file vs file_v2)

Posted by GitBox <gi...@apache.org>.
ErjanAltena closed issue #358:
URL: https://github.com/apache/celix/issues/358


   


-- 
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: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix] ErjanAltena commented on issue #358: PubSub matcher fails when some admin has the same name as another admin with a prefix. (file vs file_v2)

Posted by GitBox <gi...@apache.org>.
ErjanAltena commented on issue #358:
URL: https://github.com/apache/celix/issues/358#issuecomment-916296207


   pull request pending


-- 
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: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org