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 56312

Summary: post request
Product: javaee Reporter: srivaths <srivaths>
Component: CodeAssignee: issues@javaee <issues>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description srivaths 2005-03-12 06:45:11 UTC
During a http post request for some web pages(not all)devloped using MVC2 
architecture the uri is completly replaced by (form.acion value) and not 
(context path+form.action value)

eg 
context path=/contextpath
form.action="/myservlet/HelloServlet" 

for  post method the URL goes like this
invalid- http://localhost:8084/myservlet/HelloServlet 
and not
http://localhost:8084/contextpath/myservlet/HelloServlet 
pls help me rectify this
Note :-
The web.xml is configured properly
Comment 1 zikmund 2005-03-14 13:04:13 UTC
Any steps to reproduce? Is it random? Isn't it a bug in MVC framework?
Comment 2 _ rkubacki 2005-03-16 12:45:48 UTC
How this is related to NetBeans? Your application is not working properly but
not the IDE.
Comment 3 zikmund 2005-07-12 12:42:52 UTC
No response - closing.