Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugzilla 490551 UI depends on obsolete eclipse class. #290

Merged
merged 2 commits into from
Apr 14, 2016
Merged

Bugzilla 490551 UI depends on obsolete eclipse class. #290

merged 2 commits into from
Apr 14, 2016

Conversation

carlthronson
Copy link
Contributor

DefaultContentProvider was removed in Neon causing compile error.

This class had only empty methods to satisfy the interface. So, the solution is to simply move these 2 empty methods into the class ReportAdvancedLauncherTab.PluginContentProvider.

Signed-off-by: Carl Thronson cthronson@actuate.com

Carl Thronson added 2 commits April 4, 2016 16:58
DefaultContentProvider was removed in Neon causing compile error.

Signed-off-by: Carl Thronson <cthronson@actuate.com>
… URL

parameter of the viewer servlet.

Solution: Use ParameterAccessor.htmlEncode where appropriate in jsp page.
Also, no need to apply htmlEncode "early" when obtaining the report title.
Also, verify the locale is one of the available locales.

In general, ParameterAccessor should validate; but, not do html encoding.
The html encoding should take place when the values are used in jsp pages.

In general, this strategy has already been followed.
The exceptions are for locale/language and report title.

Signed-off-by: Carl Thronson <cthronson@actuate.com>
@greatyan greatyan merged commit dc2a59a into eclipse-birt:master Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants