Physical Location Fixes/Enhancements
authorThomas Berezansky <tsbere@mvlc.org>
Tue, 14 Aug 2012 14:50:11 +0000 (10:50 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 15 Aug 2012 15:10:37 +0000 (11:10 -0400)
commitab5fcb15d7ef895b0e9059a00568f658fc8a7ef2
tree9f835ff7b3f0cbe97d6d41880d59f00c23c50edd
parent01c58f66605b19fad28de9692cfe56b8a72ba99a
Physical Location Fixes/Enhancements

Teach the physical location retrieval function about using an ENV var.

This allows a subdomain to force a specific physical location, say by adding
to their apache config:

SetEnv physical_loc 4

Rewriterules could also be used for more dynamic configuration.

Also, as a fix:

Have preferred library use the stored physical location instead of assuming
that CGI has the setting all the time.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm