18 | | * File browser (local DM installation): opening a file through double-clicking the File topic works also if not logged in (#992). |
19 | | * File browser: a double-click on a File topic is ignored on a remote installation. No exception is thrown (#991). |
20 | | * Webclient: a topicmap background image appears properly also if the name of the image file contains a `+` or a `?` character (#993). |
21 | | |
22 | | |
23 | | Plugin Development Framework: |
24 | | * The static resource filter has access to the response object. This can be used e.g. to set specific response headers (#989). |
| 20 | * File browser (local DM installation): opening a file or folder (through double-clicking) works also in case the user is not logged in (#992). |
| 21 | * File browser (remote DM installation): remote files and folders are not tried to open. A double-click on a File topic is ignored (#991). |
| 22 | * Webclient: a topicmap background image is displayed also in case the name of the image file contains a `+` or `?` character (#993). |
| 23 | |
| 24 | Plugin Development Framework: |
| 25 | * In a static resource filter the developer has access to the response object. This can be used e.g. to set specific headers (#989). |