Title: Message Title
Mark H. Wood commented on an issue
DSpace / Code Task DS-1746
Remove strange, redundant pool validation from DBMS layer
I see this in initialize():

    if (isOracle)
    {
        if (StringUtils.isEmpty(ConfigurationManager.getProperty("db.postgres.schema")))
        {
            sqlOnBorrow = "SET SEARCH_PATH TO " + ConfigurationManager.getProperty("db.postgres.schema").trim();
        }
    }

Two things seem odd:

o It's doubtful that this would ever do ...
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to