Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Stack traces and Errors - Portal

Former Member
0 Likes
471

Hello,

I would like to know what information does the stack trace contain? Is this information, sensitive, can it lead to security threat?

Errors presented on the portal screen, e.g. 500 Internal Server Error can that lead to security threat?

If yes, What kind of error message can be presented and how can that be configured in portal?

Thank you in advance.

Best regards,

Dharmi

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
420

Hi,

it's not a problem to change default error pages (see this [wiki|http://wiki.sdn.sap.com/wiki/display/EP/CustomizingErrorMessagesinPortal]). So you can minimize the risk of leaking sensitive information pretty easily. The users will get less scared of error messages as well

Cheers

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
421

Hi,

it's not a problem to change default error pages (see this [wiki|http://wiki.sdn.sap.com/wiki/display/EP/CustomizingErrorMessagesinPortal]). So you can minimize the risk of leaking sensitive information pretty easily. The users will get less scared of error messages as well

Cheers

Read only

Former Member
0 Likes
420

Thanks Martin.