briandilley / jsonrpc4j

JSON-RPC for Java
MIT License
1.05k stars 438 forks source link

Update AutoJsonRpcServiceImplExporter.java #283

Closed shubhamChouksey1 closed 2 years ago

shubhamChouksey1 commented 2 years ago

The pattern in the variable - PATTERN_JSONRPC_PATH is not a valid pattern always. Because maybe the client want to run have an URL like - localhost:8080/
So I have removed the Regex pattern