planetfederal / geoserver-exts

Other
31 stars 40 forks source link

YsldInput now properly closes readers #77

Closed tbarsballe closed 9 years ago

tbarsballe commented 9 years ago

reader.close() is now called when any YsldInput is closed, not just a file-based one. Added test case for input streams. Should probably expand this to handle every possible type of reader.

bartvde commented 9 years ago

was following the debug session in #suite channel, nice work @tbarsballe !