developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 13 years ago
#494 closed bug (fixed)
jResponseZip : impossible to set the name of the zip
Reported by: | bastnic | Owned by: | bastnic |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0.3 |
Component: | jelix:core response | Version: | 1.0.2 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description (last modified by laurentj)
the var is "zipFilename" but the name which is used after is :
$this->_httpHeaders['Content-Disposition']='attachment; filename="'.$this->zipfilename.'"';
no respect of the sensitive case
Attachments (1)
Change History (4)
Changed 13 years ago by bastnic
comment:1 Changed 13 years ago by bastnic
- review set to review?
comment:2 Changed 13 years ago by laurentj
- Description modified (diff)
- review changed from review? to review+
comment:3 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in the trunk and 1.0.x branch. svn 797.
Thanks for this patch.