Opened 17 years ago
Closed 16 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 Changed 17 years ago by
Priority: | minor → trivial |
---|
comment:2 Changed 17 years ago by
Milestone: | BASE 2.0 → BASE 2.0+ |
---|
comment:3 Changed 17 years ago by
Milestone: | BASE 2.x+ → BASE 2.1 |
---|
comment:4 Changed 17 years ago by
Milestone: | BASE 2.1 → BASE 2.2 |
---|
comment:5 Changed 16 years ago by
Priority: | trivial → major |
---|
comment:6 Changed 16 years ago by
Status: | new → assigned |
---|
comment:7 Changed 16 years ago by
(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 Changed 16 years ago by
(In [2856]) References #189: Allow export plugins to send download immediately to client
Install plugin type: net.sf.basedb.core.plugin.ImmediateDownloadExporter?
comment:9 Changed 16 years ago by
(In [2857]) References #189: Allow export plugins to send download immediately to client
PluginConfigurationExporter? now supports immediate downloading
comment:10 Changed 16 years ago by
(In [2860]) References #189: Allow export plugins to send download immediately to client
PlateMappingExporter? now supports immediate downloading
comment:11 Changed 16 years ago by
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).