Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@svalaskevicius
Copy link

Pull Request Checklist

Purpose

Allow I18n usage of play apps on weblogic.

Background Context

Loading of I18n messages checks if items on the classpath are directories and breaks the application on unknown protocol e.g. "zip", which exists on weblogic installations.

References

Original commit introducing the breakage - 686a9b4

Fix for 2.3 branch - 422ca97 (PR #5728)

Fix for 2.4 branch - (PR #5763)

when a play app is deployed as a war on weblogic, it fails as the classpath
contains zip archives and isDirectory throws an Exception, rendering the
usage of I18n unusable.

Based on 422ca97.
@svalaskevicius svalaskevicius changed the title add zip protocol to isDirectory allow i18n usage on weblogic Feb 27, 2016
@mkurz
Copy link
Member

mkurz commented Mar 3, 2016

LGTM

jroper added a commit that referenced this pull request Mar 3, 2016
@jroper jroper merged commit b63e727 into playframework:master Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants