Hello, Could someone tell me what's wrong with this code (jigsaw 2.2.2)? response.setHeader("Content-Disposition", "attachment; filename=PEWG.zip") With the debugger, the values I get after this line are (hope it's understandable): HttpServletResponse.reply.headers.keys[0]="content-disposition" HttpServletResponse.reply.headers.values[0].value=null HttpServletResponse.reply.headers.values[0].isValid=false HttpServletResponse.reply.headers.values[0].raw=byte[29] (the good string) HttpServletResponse.reply.headers.values[0].roff=0 Why values[0].value=null when in values[0].raw there is the right value? Is that a bug in jigsaw? Thanks, Felicia __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.comReceived on Wednesday, 7 May 2003 06:19:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:55 GMT