Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 1026:12c3863b2d8a
Bugfix: improved the code to write incoming data of the MapViewerCallAction - if debug is disabled, no nullpointer exception will occur anymore.
gnv/trunk@1280 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 30 Nov 2010 08:56:22 +0000 |
parents | 2996395e44c9 |
children | fca4b5eb8d2f |
comparison
equal
deleted
inserted
replaced
1025:2996395e44c9 | 1026:12c3863b2d8a |
---|---|
1 2010-11-30 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java: | |
4 Bugfix: if debug logging was disabled for this class, a Nullpointer | |
5 exception would have been thrown. | |
6 | |
1 2010-11-29 Ingo Weinzierl <ingo@intevation.de> | 7 2010-11-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/gnv/util/CaptureInputStream.java: New. This | 9 * src/main/java/de/intevation/gnv/util/CaptureInputStream.java: New. This |
4 class makes it possible to capture incoming data (InputStream) in a proper | 10 class makes it possible to capture incoming data (InputStream) in a proper |
5 way. | 11 way. |