Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 323394

Summary: Add Default Base URL group to the Php Debug Project properties
Product: z_Archived Reporter: ronen hamias <ronen.h>
Component: PDTAssignee: PHP UI <php.ui-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description ronen hamias CLA 2010-08-23 10:57:47 EDT
Build Identifier: #182

Add project Base URL group that comprised with two fields:

----Default Base URL------------------------------------
- Base Path: /folder1
- Auto-generated base URL: http://server/folder1
--------------------------------------------------------

the auto generated base url is auto generated from the serverURL + default BasePath (by default the base path equals to project name)

----Default Base URL------------------------------------
- Base Path: /project1
- Auto-generated base URL: http://server/project1
--------------------------------------------------------

Behavior:
when launch a debug PHP webpage the launch URL will be as specified at the Default Base URL (by default default server + project name)

this enhancement enables the user to specify different base path rather then only project name




Reproducible: Always