Community
Participate
Working Groups
Created attachment 198627 [details] ad hoc patch Run > Run As(or Debug As) > PHP Web Page The default url in Launch URL is "http:/localhost/..." It should be "http://localhost/..." of course. This causes another problem. 1. Create new project "php1" 2. Create new file "file1.php" 3. Run > Run As > PHP Web Page 4. Modify URL such as "http:/localhost/file1.php" and run 5. Open run configuration for file1.php URL shows [http://localhost/][/localhost/file1.php] 5+. Run file1.php again Browser URL is "http://localhost/localhost/file1.php" (This doesn't occur on Windows)
hi Toshihiro, thanks very much for your patch,I have a question can we change: IPath url = new Path("/" + server.getPath()); to IPath url = new Path("/");
Of course because server.getPath() always returns "", and it is by design(server is restricted with http://hostname:port) now. If the design of server representation won't be changed some day, server.getPath() is redundant apparently. Thanks :)
thanks for your explanation:) I have applied your patch without any change,thanks again!
Verified. Closing...