On Wed, Aug 21, 2013 at 4:38 PM, Christian Mueller <
christian.muel...@os-solutions.at> wrote:

> Hi Mike
>
> geoserver_security_cache_key is for internal use only.
>
> About your bash scripts. Can you reproduce the race condition using basic
> auth (standard) and the Geoserver demo data.  If you can, it would be nice
> if you can send me these scripts.
>

Christian,
I had another quick look at the code during a build, and I'm starting to
question the need of that cleanup thread,
I have the impression in the end it's only causing trouble.

Rationale:
* the map is a LRU one, with 1000 entries, so it purges unused items by
itself
* if an item that's expired is looked up, it gets removed anyways by the
lookup code

So, why should we do a "stop the world" operation like the one the timed
cleaner is doing?
(while it's running, no one else can authenticate)

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to