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 156848 - Renaming the project should not change Context Path
Summary: Renaming the project should not change Context Path
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 01:19 UTC by shche123
Modified: 2013-12-17 13:34 UTC (History)
1 user (show)

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 shche123 2009-01-15 01:19:07 UTC
Renaming the project should not change Context Path

Create a web project hello
context path is set to /hello

Rename project to HelloApp
context path should not be changed to /HelloApp
Comment 1 Martin Janicek 2013-12-17 13:34:18 UTC
This is done intentionally (and it works the same way in EE Maven projects). It's simply default path that is used if you are not using any custom context path (if you have different path set, then it of course persist your setting even after refactoring). Do not think we should change this behavior, closing the ticket as WONTFIX