eclipse-vertx / vertx-grpc

Development of the gRPC component for Eclipse Vert.x
Eclipse Public License 2.0
42 stars 23 forks source link

IndexOutOfBoundsException in GrpcMethodCall #56

Closed SG-O closed 1 year ago

SG-O commented 1 year ago

The method serviceName() in GrpcMethodCall can throw an index out of bounds exception if the service path doesn't contain a dot.

I encountered this bug in 4.4.2.

The path I tried it with is "/Auth/GetChallenge"