Bug #5823

[UAT3-9/210] - Post Event > JPPPA Report

Added by Siti Norahayu Mohd Desa almost 9 years ago. Updated over 8 years ago.

Status:Closed - End of life cycleStart date:December 11, 2015
Priority:NormalDue date:December 12, 2015
Assignee:Siti Norahayu Mohd Desa % Done:

100%

Category:tpms_uatSpent time:-
Target version:-

Description

User can access to this page without login.

"http://tpmsdev.matrade.gov.my/matrade-tpms/rpt/postJPPPA" copy the URL and paste it at your browser without login into tpms. Can be access with fying color.

Hi jeng Wei,
Please assist to add session checking for this page.

History

#1 Updated by Tan Jeng Wei almost 9 years ago

  • Status changed from New - Begin Life Cycle to Internal Testing
  • % Done changed from 0 to 90

#2 Updated by Tan Jeng Wei almost 9 years ago

  • Assignee changed from Tan Jeng Wei to Siti Norahayu Mohd Desa

Hi ayu

i was fixing the bugs..Please retest after deployed...Thanks a lot....

#3 Updated by Lim Leonard almost 9 years ago

  • Status changed from Internal Testing to Development / Work In Progress
  • Assignee changed from Siti Norahayu Mohd Desa to Tan Jeng Wei

if the user is not logged in, or session expired, please go back to LOGIN page, instead of giving empty page

#4 Updated by Tan Jeng Wei almost 9 years ago

  • Assignee changed from Tan Jeng Wei to Ngoh Chee Ping

Hi

Chee Ping , please kindly for help this issues for user login....Thanks

#5 Updated by Ngoh Chee Ping almost 9 years ago

  • Assignee changed from Ngoh Chee Ping to Tan Jeng Wei

Please add below code and do some modify for the module id into CystalReportController

String sess = getSessionIdAndPermission(session, model, MODULE_ID);
if (sess == null) {
session.invalidate();
return "redirect:/login";
}
if (sess.equals("noAccess")) {
return "redirect:/invalidAccess";
}

#6 Updated by Tan Jeng Wei almost 9 years ago

  • Status changed from Development / Work In Progress to Internal Testing

#7 Updated by Siti Norahayu Mohd Desa almost 9 years ago

  • Status changed from Internal Testing to User Acceptance Test
  • Assignee changed from Tan Jeng Wei to Siti Norahayu Mohd Desa
  • % Done changed from 90 to 100

13/12/15 [Ayu]

Page display blank. Tested & Passed. Send for user testing.

#8 Updated by Norhaidah Md Dasuki over 8 years ago

  • Status changed from User Acceptance Test to Closed - End of life cycle

16/12/15 - Issue Closed

Also available in: Atom PDF