File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes URL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "URL "protected"" Watch "URL "protected"" New topic
Author

URL "protected"

Ricardo Gil
Greenhorn

Joined: Aug 06, 2001
Posts: 14
my url is http://test.jsp?cod=3
it's ok!
but if anybody change it to test.jsp?sdjhsds, then return a error!
how i can "protect" it, returning my default error: "parameters incorrects"
tnks/////

** SCJP1.4 **
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14487
    
    7


and provide an error page. That's one way to do it. The key here is that if the parameter wasn't sent, it will always be null.


Customer surveys are for companies who didn't pay proper attention to begin with.
Ricardo Gil
Greenhorn

Joined: Aug 06, 2001
Posts: 14
ok man!!!
it's work,,, and at top of my jsp i put
<%@ page errorPage="index.jsp" %>
and when error occurs it redirect to index page!!!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: URL "protected"
 
Similar Threads
IFramePortlet.
Stringtokenize problem
Web.XMl in JSP
Page refresh after Action execute
Different session ids