Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-04-2009, 10:01 AM   PM User | #16
imlalit
New to the CF scene

 
Join Date: Aug 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
imlalit is an unknown quantity at this point
thanks a lot for moving the post

Last edited by imlalit; 08-06-2009 at 07:48 AM..
imlalit is offline   Reply With Quote
Old 08-06-2009, 07:47 AM   PM User | #17
imlalit
New to the CF scene

 
Join Date: Aug 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
imlalit is an unknown quantity at this point
so what to do now in that case.
Is it possible we can disable/hide the directory listing pattern from url in browser?
please help me out.
imlalit is offline   Reply With Quote
Old 08-06-2009, 01:06 PM   PM User | #18
sith717
Banned

 
Join Date: Oct 2008
Posts: 136
Thanks: 4
Thanked 0 Times in 0 Posts
sith717 can only hope to improve
Iframe...

You stay on the same page all the time.
sith717 is offline   Reply With Quote
Old 08-06-2009, 07:15 PM   PM User | #19
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally Posted by sith717 View Post
Iframe...

You stay on the same page all the time.
Yeah that could work however as others have mentioned hiding the actual URL behind a static URL is a bad idea and will only stop the most novice of users. Not to mention it makes it a major pain in the butt for the users for your site. You make it impossible to ever bookmark any pages or return to a specific page directly. Using frames to keep one URL in the address bar is bad design.

If your client's security audit says having "real" URLs is bad security then the audit is wrong. What you put in the URL can lead to poor security but that's why you write proper sever side code to sanitize and sanity check all inputs, as abduraooft already mentioned.

I have a feeling your client and/or you are misunderstanding what the actual problem is that the security audit found.
__________________
OracleGuy

Last edited by oracleguy; 08-06-2009 at 07:19 PM..
oracleguy is offline   Reply With Quote
Old 08-07-2009, 06:33 AM   PM User | #20
imlalit
New to the CF scene

 
Join Date: Aug 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
imlalit is an unknown quantity at this point
thanks for reply

I'm not misunderstanding to forum or forum's members.I'm finding the solution as client wants.Client simply says that We want to keep one url in addressbar while accessing the site.That is why I posted here the problem and nothing else.
imlalit is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:10 AM.


Advertisement
Log in to turn off these ads.