VEH-8: Authentication fails with valid Session token



Issue Information

Issue Type: Bug
 
Priority: Major
Status: Closed

Reported By:
Ben Tasker
Assigned To:
Ben Tasker
Project: VehMan (VEH)
Resolution: Fixed (2013-10-18 02:06:10)
Target version: 1.0.1,
Labels: Sessions,

Created: 2013-10-18 01:18:09
Time Spent Working


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


Toggle State Changes

Activity


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
btasker added 'Sessions' to labels
Commit 08541c8 resolves.
btasker changed status from 'Open' to 'Resolved'
btasker added 'Fixed' to resolution
btasker added 'Ben Tasker' to assignee
btasker added '1.0.1' to Fix Version
btasker changed status from 'Resolved' to 'Closed'