[SOLVED] How Can I Stop The Information Disclosure -->
jpeadro
Joined: 2003-12-24
Posts: 198 |
Posted: Sat, 2005-10-15 22:50 |
How can I configure Gallery to stop displaying my web root whenever an error occurs? Example: http://www.example.com/gallery/main.php?g2_view=core.UserAdmin&g2_subView=' Notice the ' at the end of my URL, once submitted Gallery returns an error page displaying: Error (ERROR_BAD_PARAMETER) : |
|
Posts: 8601
it should not be doing that.. each path should be relative, like:
modules\core\classes\GalleryView.class
i wonder if this code doesn't work right on windows platform.. can someone else on windows confirm?
if so, please file a bug on sourceforge.
Posts: 32509
yep, confirmed on windows. looking into it.
Posts: 32509
fixed in cvs. get tomorrows nightly snapshot or cvs update in a few hours to get the fixed modules/core/classes/GalleryStatus.class.
Posts: 198
Your response time hands down rocks.
Thanks Valiant