twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

NumberFormatException when specifying a context after port #34

Closed davidlinse closed 8 years ago

davidlinse commented 8 years ago

Diffy does not work with a "context" after the port e.g. -candidate=myservice:port/CustomContext. Feel free to have a look at this gist for the stacktrace.

regards ~david

davidlinse commented 8 years ago

Any news on this ?

puneetkhanduri commented 8 years ago

@davidlinse The relative path "/CustomContext" needs to be in each request meant for that path. Diffy simply forwards whatever requests it receives to your primary, secondary, and candidate with whatever path is included in the request.