Well, I'm certainly not all that up on how that all works, I was mostly trying to make sure you really needed to, and you do....
But this capability, though rarely requested, seems harmless, so if you wanted to create a patch that allows this but doesn't put anything in the header/footer (or maybe a minimal message), it might be worth including. But usually when the presentation is required to follow some rules, people put _all_ solr access behind a firewall, only allow access from know IP addresses where the application runs and do any company- specific presentation manipulations in the application. But that may not satisfy your requirememt... Best Erick On Thu, Oct 11, 2012 at 6:38 PM, Billy Newman <newman...@gmail.com> wrote: > I take that answer as a no ;) > > And no admin only page. But you can query from that page. And the data > returned could be sensitive. As such our company requires us to flag in a > header/footer that the contents of the page could could be sensitive. So even > though it will just be for admin access I still need those headers. > > Sound like I am gonna have to dive into the HTML and make custom changes. > > Thanks for the quick response. > Billy > > Sent from my iPhone > > On Oct 11, 2012, at 3:26 PM, Erick Erickson <erickerick...@gmail.com> wrote: > >> Uhhmmm, why do you want to do this? The admin screen is pretty >> much purely intended for developers/in-house use. Mostly I just >> want to be sure you aren't thinking about letting users, say, see >> this page. Consider >> /update?stream.body=<delete><query>*:*</query><delete/> >> >> Best >> Erick >> >> On Thu, Oct 11, 2012 at 4:57 PM, Billy Newman <newman...@gmail.com> wrote: >>> Hello all, >>> >>> >>> I was just poking around in my solr distribution and I noticed some files: >>> admin-extra.html >>> admin-extra.menu-top.html >>> admin-extra.menu-bottom.html >>> >>> >>> I was really hoping that that was html inserted into the solr admin >>> page and I could modify the: >>> admin-extra.menu-top.html >>> admin-extra.menu-bottom.html >>> >>> files to make a header/footer. >>> >>> I un-commented out admin-extra.html and can now see that html in the >>> admin extras section for my core so not exactly what I was looking >>> for. >>> >>> Are the top/bottom html files used and are they really inserted at the >>> top and bottom of the page? >>> >>> Any way to get some headers in the static admin page? I would usually >>> just modify the html, but in this case there might already be >>> something I can use. >>> >>> Thanks, >>> Billy