Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
588:15af6e7ecf3a | 589:960ae818296e |
---|---|
1 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue187 | |
4 | |
5 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Exports with | |
6 target 'img' will get a file extension that corresponds to their | |
7 mime-type. There was no code path for 'img' before, which caused the | |
8 problem, that 'img'-exports had a '.txt'-file extension. | |
9 | |
1 2010-03-06 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 10 2010-03-06 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/gnv/action/DoExportAction.java: | 12 * src/main/java/de/intevation/gnv/action/DoExportAction.java: |
4 Removed duplicated imports. | 13 Removed duplicated imports. |
5 | 14 |