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 - post request
Summary: post request
Status: CLOSED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-12 06:45 UTC by srivaths
Modified: 2005-07-12 12:42 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 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.