Opened 17 years ago

Closed 15 years ago

Last modified 15 years ago

#259 closed Defect (fixed)

Allows attach to "wrong" URL.

Reported by: Rattledagger Owned by: romw
Priority: Trivial Milestone: Undetermined
Component: Client - Daemon Version:
Keywords: Cc: Rattledagger

Description


Change History (5)

comment:1 Changed 17 years ago by davea

Owner: changed from davea to romw

comment:2 Changed 16 years ago by Didactylos

Cc: Rattledagger added

Without further explanation, this should be closed.

comment:3 Changed 16 years ago by Rattledagger

If someone types-in a valid alias for a projects URL, the BOINC-client will accept this, but for every scheduler-URL they'll get an error-message.

17.11.2007 18:08:09||Fetching configuration file from http://boinc.berkeley.edu/alpha/get_project_config.php
17.11.2007 18:08:25|BOINC alpha test|[sched_op_debug] Starting scheduler request
17.11.2007 18:08:25|BOINC alpha test|[sched_op_debug] Fetching master file
17.11.2007 18:08:30|BOINC alpha test|[sched_op_debug] Got master file; parsing
17.11.2007 18:08:30|BOINC alpha test|[sched_op_debug] Found 1 scheduler URLs in master file
17.11.2007 18:08:30|BOINC alpha test|Master file download succeeded
17.11.2007 18:08:35|BOINC alpha test|[sched_op_debug] Starting scheduler request
17.11.2007 18:08:36|BOINC alpha test|Sending scheduler request: Project initialization.  Requesting 1 seconds of work, reporting 0 completed tasks
17.11.2007 18:08:41|BOINC alpha test|Scheduler request succeeded: got 0 new tasks
17.11.2007 18:08:41|BOINC alpha test|[sched_ops_debug] Server version 601
17.11.2007 18:08:41|BOINC alpha test|You used the wrong URL for this project
17.11.2007 18:08:41|BOINC alpha test|The correct URL is http://isaac.ssl.berkeley.edu/alpha/
17.11.2007 18:08:41|BOINC alpha test|Using the wrong URL can cause problems in some cases.
17.11.2007 18:08:41|BOINC alpha test|When convenient, detach this project, then reattach to http://isaac.ssl.berkeley.edu/alpha/

comment:4 Changed 15 years ago by romw

Resolution: fixed
Status: newclosed

(In [17513]) - MGR: Newer versions of the server-side software publish their

master url in the response to the get_project_config.php request. If it exists use it over what was specified by the user. Fixes #259

clientgui/

AccountManagerProcessingPage?.cpp ProjectProcessingPage?.cpp

comment:5 Changed 15 years ago by romw

(In [17534]) - MGR: Newer versions of the server-side software publish their

master url in the response to the get_project_config.php request. If it exists use it over what was specified by the user. Fixes #259

clientgui/

AccountManagerProcessingPage?.cpp ProjectProcessingPage?.cpp

Note: See TracTickets for help on using tickets.