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

Summary: Servlet Execution URI - add check of leading /
Product: javaee Reporter: zikmund <zikmund>
Component: CodeAssignee: Andrei Badea <abadea>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.