Closed (fixed)
Project:
Services Basic Authentication
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 11:41 UTC
Updated:
27 Dec 2012 at 12:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
arnested commentedPatch attached.
Comment #2
wulff commentedPatch looks good.
Further information:
Comment #3
jherencia commentedWell, I do not see how this patch could fix Drupal's .htaccess, so if you agree, we need to add a README.txt that explains this problem and how to fix it.
Comment #4
arnested commentedWell, the patch can't fix Drupals .htaccess - and it shouldn't do that either.
Users of the module that run into the FastCGI / Basic Auth problem can use the patch to patch their own .htaccess.
But you have a very good point. There should be a README explaining the quirks around FastCGI / Basic Auth and how to work around the quirks.
I'll create a README but I will probably take some time before I get to it.
Comment #5
wulff commentedI have added a basic README file to the patch from #1.
Comment #6
arnested commentedThank you, wulff.
The README is just like I imagined it should be!
Comment #7
jherencia commentedExactly what I was thinking :).
Thank you very much for both of you, committed: http://drupalcode.org/project/services_basic_auth.git/commit/0a9793e
Comment #8
jherencia commentedDo you think I should create 7.x-1.1?
Comment #9
arnested commentedThe patch for .htaccess will not have any effect unless you also commit the change to the .inc file.
But then I think you should do a release - because that could clean up the project wulff and I am currently working on :-)
Comment #10
jherencia commentedOoppps, the git command Dreeditor gave me didn't have the -a flag. Now it's ok.
Comment #11
arnested commentedBeautiful. Thanks you!