You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2018/11/20 11:53:15 UTC

[struts] 01/01: Merge pull request #277 from sepe81/fix-close-resources

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 43781e284240ec969822c45fc986764c68e335cd
Merge: fd704ad 176a0d7
Author: Lukasz Lenart <lu...@gmail.com>
AuthorDate: Tue Nov 20 12:53:08 2018 +0100

    Merge pull request #277 from sepe81/fix-close-resources
    
    Fix: Resources should be closed

 .../opensymphony/xwork2/util/ClassPathFinder.java    |  3 +--
 .../com/opensymphony/xwork2/util/ResolverUtil.java   | 10 +++-------
 .../xwork2/util/classloader/JarResourceStore.java    |  3 +--
 .../xwork2/util/location/LocatableProperties.java    | 18 +++++++++---------
 .../xwork2/util/location/LocationImpl.java           |  6 ++----
 .../org/apache/struts2/jasper/compiler/SmapUtil.java | 20 ++++++++++----------
 .../org/apache/struts2/osgi/host/BaseOsgiHost.java   | 19 ++++++++++---------
 .../struts2/spring/StrutsSpringObjectFactory.java    | 15 +++++++++------
 8 files changed, 45 insertions(+), 49 deletions(-)