Bug 155684 - Masking the Query String in the URL
Summary: Masking the Query String in the URL
Status: RESOLVED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 2.2.0   Edit
Assignee: Jerry Cheng CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 09:50 EDT by Naidu CLA
Modified: 2006-09-03 23:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Naidu CLA 2006-08-30 09:50:55 EDT
Can i mask the query string that will be genereated while running/viewing the Birt report through browser.

If yes, how to do it ?

And also How can i restrict the User in viewing a particular report or data which he is not authorized to view ,something like User Access Rights .
Comment 1 Jerry Cheng CLA 2006-09-03 23:32:16 EDT
Hi,

  BIRT Viewer is a standard web application. Currently, I think you should enhance these functions.

  1) For masking the query string, maybe you can use "iframe" to achieve it.

  2) You can extend the Viewer servlet. There is a __authenticate method. You can implement it to restrict user access.

  Thanks.