Opened 6 years ago
Closed 5 years ago
#151 closed defect (invalid)
Symfony Framework: XCache Auth still there, even when its disabled
| Reported by: | andy@… | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | admin | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Application: | PHP Version: | 5.2.4 | |
| Other Exts: | suhosin | SAPI: | apache2handler |
| Probability: | Blocked By: | ||
| Blocking: |
Description
Hi there,
We are working with the latest version of the symfony framework and XCache.
Disabling XCache Auth seems not to work (http://xcache.lighttpd.net/ticket/88)
Sometimes the Admin auth appears on the created Weppage, e.g. when using the sfLucene Plugin in order to search the site. Even with the Symfony CLI the Auth appears sometimes.
At first auth was enabled, now its turned off. Is it possible that the information - auth is disabled - is not communication to all processes? Is it still stored in the memory?
Thanks!
Change History (3)
comment:1 Changed 5 years ago by judas_iscariote
- pending changed from 0 to 1
comment:2 Changed 5 years ago by andy
We tried using Xcache on a symfony project page.
The Auth Check was still there, especially on a search page using the sfLucene Plugin.
(http://trac.symfony-project.com/wiki/sfLucenePlugin).
The Authentication Pop up appeared after guest users started a search query.
comment:3 Changed 5 years ago by moo
- Resolution set to invalid
- Status changed from new to closed
it's "xcache.admin.enable_auth", i assume that you read the ticket and misunderstood the setting. ticket is not document.


The current way this is done is a five minute hack I did a while ago but it should work.. ;-)
Im not sure why it fails.. do you have any quick way to reproduce the problem ?