This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 46821 - Servlet Execution URI - add check of leading /
Summary: Servlet Execution URI - add check of leading /
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-02 10:49 UTC by zikmund
Modified: 2006-03-24 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-08-02 10:49:17 UTC
Build 200408011800

1) Have a servlet
2) Set Servlet execution URI (popup menu on
servlet -> Tools -> Set Servlet Execution URI
3) Type URI without leading slash
4) OK
5) ERROR:
There could be checking of a leading slash in URI.
Comment 1 Andrei Badea 2004-11-04 14:35:47 UTC
Fixed by always adding a leading '/' if the URI doesn't contain one.
Comment 2 zikmund 2005-01-17 10:32:03 UTC
Verified.