Opened 19 years ago
Closed 18 years ago
#189 closed enhancement (fixed)
Allow export plugins to send download immediately to client
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Maybe it is possible to add a Response.getOut() which provides an OutputStream that the plugin can write to. The web client can then link this to the output from the web server. It must also be possible to set mime type and other response headers.
Change History (11)
comment:1 by , 18 years ago
Priority: | minor → trivial |
---|
comment:2 by , 18 years ago
Milestone: | BASE 2.0 → BASE 2.0+ |
---|
comment:3 by , 18 years ago
Milestone: | BASE 2.x+ → BASE 2.1 |
---|
comment:4 by , 18 years ago
Milestone: | BASE 2.1 → BASE 2.2 |
---|
comment:5 by , 18 years ago
Priority: | trivial → major |
---|
comment:6 by , 18 years ago
Status: | new → assigned |
---|
comment:7 by , 18 years ago
(In [2854]) References #189: Allow export plugins to send download immediately to client
Major infrastructure is in place and HelpExporter now supports immediate downloads. The other export are waiting to be converted.
comment:8 by , 18 years ago
(In [2856]) References #189: Allow export plugins to send download immediately to client
Install plugin type: net.sf.basedb.core.plugin.ImmediateDownloadExporter
comment:9 by , 18 years ago
(In [2857]) References #189: Allow export plugins to send download immediately to client
PluginConfigurationExporter now supports immediate downloading
comment:10 by , 18 years ago
(In [2860]) References #189: Allow export plugins to send download immediately to client
PlateMappingExporter now supports immediate downloading
comment:11 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2868]) Fixes #189: Allow export plugins to send download immediately to client
The BioAssaySetExport has to wait until the changes from 2.1.1 are merged into the trunk.
Changed priority since it may be a feature which makes it easier to implement ticket #352 (Connect parts of the TM4 software suite to BASE).