########################################################################################## VEH-8: Authentication fails with valid Session token ########################################################################################## Issue Type: Bug ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Fixed (2013-10-18 02:06:10) Project: VehMan (VEH) Reported By: btasker Assigned To: btasker Targeted for fix in version: - 1.0.1 Labels: Sessions, Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== Initially caused by VEH-7, but there's still an issue. The auth checks are completing successfully, but any module which calls authenticateVehicle is then failing authentication for some reason ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2013-10-18 01:25:04 btasker ----------------------------------------------------------------------------------------- Caused by forgetting to include a slash before starting the URI. IOW, this is valid http://benscomputer.no-ip.org/API/fuel/log/1/?SESS={Session key} This isn't http://benscomputer.no-ip.org/API/fuel/log/1?SESS={Session key} Will need to devise a fix though ----------------------------------------------------------------------------------------- 2013-10-18 01:32:14 ----------------------------------------------------------------------------------------- btasker added 'Sessions' to labels ----------------------------------------------------------------------------------------- 2013-10-18 02:04:28 btasker ----------------------------------------------------------------------------------------- Commit 08541c8 resolves. ----------------------------------------------------------------------------------------- 2013-10-18 02:06:10 ----------------------------------------------------------------------------------------- btasker changed status from 'Open' to 'Resolved' ----------------------------------------------------------------------------------------- 2013-10-18 02:06:10 ----------------------------------------------------------------------------------------- btasker added 'Fixed' to resolution ----------------------------------------------------------------------------------------- 2013-10-18 02:06:18 ----------------------------------------------------------------------------------------- btasker added 'Ben Tasker' to assignee ----------------------------------------------------------------------------------------- 2013-11-03 00:31:47 ----------------------------------------------------------------------------------------- btasker added '1.0.1' to Fix Version ----------------------------------------------------------------------------------------- 2013-11-10 04:30:48 ----------------------------------------------------------------------------------------- btasker changed status from 'Resolved' to 'Closed'