Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323395 - Add Default Base URL group to the Php Debug Project properties
Summary: Add Default Base URL group to the Php Debug Project properties
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 10:57 EDT by ronen hamias CLA
Modified: 2020-05-14 11:37 EDT (History)
3 users (show)

See Also:


Attachments
Default Base Path (31.45 KB, patch)
2010-08-23 11:01 EDT, ronen hamias CLA
no flags Details | Diff
Verifying picture (102.46 KB, image/jpeg)
2011-08-05 08:49 EDT, Sylvia Tancheva CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ronen hamias CLA 2010-08-23 10:57:59 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
Comment 1 ronen hamias CLA 2010-08-23 11:01:05 EDT
Created attachment 177228 [details]
Default Base Path
Comment 2 Roy Ganor CLA 2010-08-25 03:05:53 EDT
reviewed.

Contributed by Ronen H.

committed to branch and head.

Thanks for this (very important) fix
Comment 3 Sylvia Tancheva CLA 2011-08-05 08:49:32 EDT
Created attachment 200975 [details]
Verifying picture
Comment 4 Sylvia Tancheva CLA 2011-08-05 08:49:59 EDT
Verified.
Ilina Stefanova