You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/13 10:48:00 UTC

[jira] [Updated] (JSPWIKI-1148) Avoid File Stream

     [ https://issues.apache.org/jira/browse/JSPWIKI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated JSPWIKI-1148:
------------------------------------
    Labels: pull-request-available  (was: )

> Avoid File Stream
> -----------------
>
>                 Key: JSPWIKI-1148
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1148
>             Project: JSPWiki
>          Issue Type: Improvement
>            Reporter: Arturo Bernal
>            Priority: Major
>              Labels: pull-request-available
>
> Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs.
> Please note, that the java.nio API does not throw a FileNotFoundException anymore, instead it throws a NoSuchFileException. 
>  
> [https://github.com/apache/jspwiki/blob/master/jspwiki-util/src/main/java/org/apache/wiki/util/PropertyReader.java#L144]
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)