Mercurial > dive4elements > gnv-client
diff gnv/ChangeLog @ 589:960ae818296e
img-Exports will get a file extension that corresponds to their mime-type (issue187).
gnv/trunk@744 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 08 Mar 2010 07:07:44 +0000 |
parents | 15af6e7ecf3a |
children | 5f5f273c8566 |
line wrap: on
line diff
--- a/gnv/ChangeLog Sat Mar 06 08:08:16 2010 +0000 +++ b/gnv/ChangeLog Mon Mar 08 07:07:44 2010 +0000 @@ -1,3 +1,12 @@ +2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue187 + + * src/main/java/de/intevation/gnv/action/DoExportAction.java: Exports with + target 'img' will get a file extension that corresponds to their + mime-type. There was no code path for 'img' before, which caused the + problem, that 'img'-exports had a '.txt'-file extension. + 2010-03-06 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/gnv/action/DoExportAction.java: