Jump to content

snaga

Members
  • Posts

    4
  • Joined

  • Last visited

snaga's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thanks for the comment. I've posted this as a bug. http://jasperforge.org/sf/go/artf2355?nav=1
  2. Hi, all I'm working JasperIntelligence 1.2.1 with MySQL repository which converted from latin1 to utf8, and I'm using multibyte character in the resource(report) name, and testing. But I'm encounting the broken file name problem while exporting the report. When I use the scheduled/background report generation using PDF, the generated report filename is correct. However, when I use the on-the-fly PDF exporting, the report name is wrong. The ReportPdfExporter.java seems to put the header with raw UTF-8 bytestream, but I guess the filename must be encoded and the prefix must be attached in the 'Content-Disposition' header, like below. =?UTF-8?B?5oqA6KGT6ZaL55m6?= --------------------------------------------------------------------- protected void setAdditionalResponseHeaders(RequestContext context, HttpServletResponse response) { super.setAdditionalResponseHeaders(context, response); response.setHeader("Content-Disposition", "inline; filename="" + getReportName(context) + ".pdf""); } jasperserver-1.2.1/jasperserver/jasperserver-war-jar/src/main/java/com/jaspersoft/jasperserver/war/action/ReportPdfExporter.java --------------------------------------------------------------------- Is this a bug? or I'm misunderstanding? Any suggestion? Post edited by: snaga, at: 2007/07/10 06:24
  3. Thanks for quick reply. I have to trace the report generations/retreivals by all users, and have to know who get what information from the databases for the compliance. Does The repository have all version of reports and all of user access log? If so, I want to know about the repository details in next step. - snaga Post edited by: snaga, at: 2007/05/25 06:27
  4. Hi, I'm interested in audit facilities on JasperServer for compliance. I've found that mentioned in the product sheet, > Historical report versioning and auditing for regulatory compliance > http://www.jaspersoft.com/JasperSoft_JasperServer.html but I can't find the detailed documentation. (Now I'm reading JasperServer User's Guide) Does anyone have the information about this audit details? - snaga Post edited by: snaga, at: 2007/05/25 02:49
×
×
  • Create New...