Forum Discussion
jkester
13 years agoOccasional Contributor
This is not fixed yet.
Last status on this bug:
We've now verified that this is a bug and have registered an issue for it in our bug tracker (SOAPUI-4594).
We'll let you know as soon as we have more information about this.
Sorry for the inconvenience.
--
Regards
Erik
SmartBear Sweden
Last status on this bug:
Hi Stephan,
Thanks again for the feedback!
I will add the null pointer issue to our internal bug tracking system.
--
Regards,
Shadid
SmartBear Sweden
________________________________________
Hi Shadid,
Thank you for the new version, the fix is working. Unfortunately I discovered a new bug when trying to run my soapUI 4.0.1 based test project in the new 4.5.1 nightly build.
It’s a null pointer exception that occurs when a matrix parameter is left empty:
java.lang.NullPointerException
at java.net.URLDecoder.decode(Unknown Source)
at com.eviware.soapui.impl.wsdl.submit.filters.HttpRequestFilter.isAlreadyEncoded(HttpRequestFilter.java:511)
at com.eviware.soapui.impl.wsdl.submit.filters.HttpRequestFilter.getEncodedValue(HttpRequestFilter.java:489)
at com.eviware.soapui.impl.wsdl.submit.filters.HttpRequestFilter.filterHttpRequest(HttpRequestFilter.java:187)
at