MindscapeHQ / raygun4java

Java SDK for the Raygun service
https://raygun.com
MIT License
24 stars 21 forks source link

RaygunServletMessageBuilder cannot handle empty values in query string #38

Closed miensol closed 8 years ago

miensol commented 8 years ago

Given the following url http://domain.com/file.txt?name= the RaygunRequestMessage.QueryStringToMap will throw an ArrayIndexOutOfBoundException.