History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: KTS-3688
Type: Dev-Task Dev-Task
Status: Closed Closed
Resolution: Fixed
Priority: Unprioritised Unprioritised
Assignee: Megan Watson
Reporter: Conrad Vermeulen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
KnowledgeTree Community Edition

Refactor kt_url() and review the cache/serverName.txt implementation

Created: 12/Sep/08 03:24 PM   Updated: 24/Mar/09 09:00 PM
Component/s: Core
Affects Version/s: None
Fix Version/s: STABLE 3.5.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Dependency
 
This issue is required by:
KTS-3661 Error on downloading via SSL in IE Priority One: Required Closed
Related
This issue is related to:
KTS-3500 Scheduler - Task: Indexing error in l... Priority One: Required Closed
This issue is related to:
KTS-4153 All scheduled tasks are failing to ru... Priority One: Required Closed


 All   Comments   Work Log   Change History      Sort Order:
Conrad Vermeulen - [18/Sep/08 12:30 PM ]
this issue makes KTS-3686 redundant.

Megan Watson - [18/Sep/08 02:22 PM ]
The serverName now gets stored in system_settings in the DB instead of in serverName.txt. kt_url() will now only use it if HTTP_HOST is empty or set to localhost (dmsDefaults sets it to localhost if it isn't set). HTTP_HOST is usually empty when running in command line mode, eg when using curl.

In dmsDefaults the serverName is now resolved each time instead of using the cached value.

Jarques - [23/Sep/08 09:14 AM ]
23 09 2008. Tested, Passed and Closed.
Server: KTDMS 3.5.3a Commercial (2008-09-22-110934) (Installed on Ubuntu 8)

Clients (server access via SSL remote connection from:)
  - Windows XP IE6, FF 3.0
  - Windows Vista IE7, FF3 beta5

Result:
User could navigate to local host and remote servers on the same environment and browser.

JC