<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
					 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
					 xmlns="http://purl.org/rss/1.0/"
					 xmlns:dc="http://purl.org/dc/elements/1.1/"
					>
<channel rdf:about="http://jasperforge.org/projects/JasperServer/tracker"><title><![CDATA[Latest issues]]></title>
<link>http://jasperforge.org/projects/JasperServer/tracker</link>
<description><![CDATA[Forge latest issues]]></description>
<items>
<rdf:Seq>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5634"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5633"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5623"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5619"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5617"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5612"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5610"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5599"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5595"/>
<rdf:li resource="http://jasperforge.org/plugins/mantis/view.php?id=5592"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5634">
<title><![CDATA[Repository report output file read only permissions]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5634</link>
<dc:date>2012-02-09</dc:date>
<description><![CDATA[After upgrading from Jasperserver 3.7.1 to 4.5 we noticed that now report output files from scheduled reports (PDFs, Excel files, etc) can no longer be opened by users who have read only rights to them.  Now if I want the user to be able to download/open the pdf file I have to give them at least read+write+delete rights.]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5633">
<title><![CDATA[An error has occurred. (6632) - SQL validation of stored procedure in 4.5 breaks all report queries?]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5633</link>
<dc:date>2012-02-09</dc:date>
<description><![CDATA[Reference to http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=94923

This is a blocking issue to rollout Jasperserver 4.5]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5623">
<title><![CDATA[When we export the report in CSV/HTML file, it should not show row for page counter]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5623</link>
<dc:date>2012-02-02</dc:date>
<description><![CDATA[1. If we export any multipage report (take the default sample 'All Accounts') into CSV/HTML file, it has a few rows indicating the page count 'Page 1 of                      43'
a. If it is an csv/html file, we don't really need row with page count information
b. The formatting of page count row is not proper. It prints 'Page 1 of' in one cell and '43' in cell after leaving 1 empty cell
2. If we export the report in excel file, it does not show the row for page count, but it repeats the header row after a set of results. 
]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5619">
<title><![CDATA[CustomDataSourceValidators are never invoked]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5619</link>
<dc:date>2012-01-31</dc:date>
<description><![CDATA[If you create and deploy a custom data source and provide a custom data source validator, the validator will never be invoked even if it has been set up correctly in the Spring configuration.

]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5617">
<title><![CDATA[Permissions on JRXML resource files can not be set to execute only]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5617</link>
<dc:date>2012-01-31</dc:date>
<description><![CDATA[Below are the permissions settings that I have my jasperserver project. I have a master jrxml file that is referenced by multiple reports as a repository jrxml file.

The problem is that I receive a "Access is denied" error when I have the permissions set to execute only on the 'Master Report.jrxml' file in the repository.

Changing the settings to read only removes the "Access is denied" error but it allows the user the see the JRXML file/s.

root
  |-->Data Source
  |            |-->my data source <--ROLE_USER execute only, USER1 no access
  |
  |-->JRXML Files  <--ROLE_USER execute only, USER1 no access                   
  |            |-->Master Report.jrxml <--permissions inherited
  |            |
  |            |-->sub reports <--permissions inherited
  |                        |-->sub_report1.jrxml <--permissions inherited
  |                        |-->sub_report2.jrxml <--permissions inherited
  |
  |-->company
           |-->state
                  |-->division
                            |-->section 1
                                      |--> Report from repository file (Master Report.jrxml) <--ROLE_USER no access, USER1 Read only
                           


The server has encountered an error. Please excuse the inconvenience. 
Error Message
org.springframework.security.AccessDeniedException: Access is denied

Error Trace
org.springframework.security.AccessDeniedException: Access is denied
 at org.springframework.security.vote.AffirmativeBased.decide(AffirmativeBased.java:68)
 at org.springframework.security.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:262)
 at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:63)
 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
 at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
 at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
 at $Proxy5.getResource(Unknown Source)



]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5612">
<title><![CDATA[Open report with direct URL with parameters doesn't work with numeric parameter]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5612</link>
<dc:date>2012-01-25</dc:date>
<description><![CDATA[We use an external program on our clients that directly opens Internet Explorer with a URL as parameter to open a specific report as PDF. Before the upgrade from 4.0.1 to 4.5.0 this worked without a problem. 
Here are the details:

This is the URL that IE opens:
http://jasperserver:8080/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=/deparmtent/report&j_username=xxx&j_password=xxx&decorate=no&articleno=378402640010&company=xxx&sparepart=0&output=pdf

When the articleno-paramter is a number (e.g. 378402640010) the report opens with the first articleno that is stored in the table, but not the one passed by the parameter.
When I have an article number that is not a number (e.g. 4668.01.64.0000) then it works without a problem.

The second weird thing is that when I run the report from the webinterface manually with e.g ' 378402640010' the report runs without problems.
 
I already tried setting the article number in ' or " but that also doesn't work.]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5610">
<title><![CDATA[After upgrade to 4.5.0 empty scheduled reports are sent by email]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5610</link>
<dc:date>2012-01-25</dc:date>
<description><![CDATA[I schedule some reports. For many of them I have a schedule which mails the reports at a specific time. For those I set the option to skip empty reports. Now after the upgrade to 4.5.0 I get also get all empty reports via email. Before, 4.0.0 skipped those. 

See http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=94990
]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5599">
<title><![CDATA[pattern attribute on text field is not working on render]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5599</link>
<dc:date>2012-01-12</dc:date>
<description><![CDATA[When applying a pattern to a text field in iReportDesigner, you are able to preview the data with the pattern applied.

However when that same report is uploaded to the server, the server ignores the pattern.

There are multiple people experiencing the same bug:
http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=92833]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5595">
<title><![CDATA[SVN integration for Jasper Reports]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5595</link>
<dc:date>2012-01-09</dc:date>
<description><![CDATA[As a growing reporing tool. Jasper needs inbuild verstion controle for the repository.

All adhock reports doesnt have versioning where users where struggling to revert their changes.

As of now i am managing this by having an ETL program to backup peridically and User tickets with timestamp to find and revert the reports.

This is a painfull job. This is going to be a huge requirement for all industry and clients.]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/mantis/view.php?id=5592">
<title><![CDATA[Cannot upload images through iReport plugin]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5592</link>
<dc:date>2012-01-05</dc:date>
<description><![CDATA[getting an (unhelpful) error dialog when trying to upload an image to the repository when using iReport plugin.  

I'm reporting it against server, because this does work using iReport version 4.1.1 against server 4.1, but not server 4.2.1

See steps to reproduce, and the attached stacktrace. ]]></description>
</item>
</rdf:RDF>
