Closed (fixed)
Project:
Atlassian Crowd SSO
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Apr 2010 at 19:56 UTC
Updated:
21 Apr 2010 at 15:20 UTC
I've had a few requests to store the cached WSDL file somewhere other than in the temp directory. The basis of the request is concern that the file could get removed from the temp directory, and then the module won't work (if Crowd is serving the WSDL via HTTPS).
I'm looking for feedback from the community regarding where the WSDL should be cached.
1. temp directory
2. files directory
3. somewhere else
Thoughts? Comments?
Comments
Comment #1
MMachnik commentedIf there is no data in it that you wish to prevent from being accessed, I would favor caching it in files.
Comment #2
benmirkhah commentedWe ran into a similar issue, I first manually copy and pasted the WSDL into the temp file and it work, later I inadvertently clicked on the "cache wsdl" link option and it wrote over mine with blank, wasn't too much hassle to recreate it but certainly had me scratching my head for a minute.
Comment #3
ebeyrent commentedThe latest commit changes the location of the cached WSDL file from /tmp to the files directory.
http://drupal.org/cvs?commit=351188
Comment #4
ebeyrent commentedComment #5
ebeyrent commented