On Fri, May 31, 2013 at 3:30 PM, Yvonne Wambui <[email protected]> wrote: > is there any security issue if i store the results in json or xml?
There are no security issues connected with the output format itself. However, depending on your network infrastructure, you may want to secure the connection between your PHP application and Solr (if they're running on a different machine) using HTTPS (you can use Apache for this). Depending on what kind of data you store in DSpace, you may also want to be careful what data from DSpace you are displaying in your application, but this issue is not specific to Solr. Regarding Solr host access restrictions, I described the recommended practice on the Solr wiki page. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
