[ http://jira.magnolia.info/browse/MAGNOLIA-1754?page=comments#action_15047 ] Boris Kraft commented on MAGNOLIA-1754: ---------------------------------------
Does this mean we do not support weblogic before version 10? Or is this workaround good enough to deploy on earlier versions (which?). We do have people asking to run on Weblogic 8.1 I believe... > weblogic: ServletContext.getRealPath doesn't work in older weblogic version > --------------------------------------------------------------------------- > > Key: MAGNOLIA-1754 > URL: http://jira.magnolia.info/browse/MAGNOLIA-1754 > Project: Magnolia > Issue Type: Bug > Components: core > Affects Versions: 3.1 M3 > Reporter: Sameer Charles > Assigned To: Philipp Bracher > Priority: Blocker > Fix For: 3.1 > > > ServletContext.getRealPath only works where war is exploded on the file > system. > in case of weblogic getRealPath always returns null. > PropertyInitializer.java (line 278) results in a NullPointerException > String rootPath = StringUtils.replace(context.getRealPath(StringUtils.EMPTY), > "\\", "/"); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
