Uno WiFi DevEd Lib: readStringUntil error ?

Hi all,

i am using the current release of uno wifi DevEd library and found out, that using "readStringUntil('/')" leads to an error for the last element of an URL.
Example: "http://[IP]/arduino/webserver/Status" leads to "Statu" as last string read by "readStringUntil('/')". As a Workaround I changed "readByte()" from "private" to "public" and wrote the code myself. But this seems not to be the best way.
Any suggestions? Or is it a real bug?

Greetings
Chris

did you upgrade the firmware to the newest version 0.0.3?

Yes, it's the latest Firmware on it and it's the latest available lib & IDE version.