You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Oliver Heger (JIRA)" <ji...@apache.org> on 2007/01/20 20:21:29 UTC

[jira] Commented: (CONFIGURATION-249) save to URLs with a protocol other than "file:"

    [ https://issues.apache.org/jira/browse/CONFIGURATION-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466267 ] 

Oliver Heger commented on CONFIGURATION-249:
--------------------------------------------

A patch would be highly appreciated. If you could provide a unit test for the new feature, too, this would be even better.

Thank you very much.

> save to URLs with a protocol other than "file:"
> -----------------------------------------------
>
>                 Key: CONFIGURATION-249
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-249
>             Project: Commons Configuration
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Anselm Kruis
>            Priority: Minor
>             Fix For: 1.4
>
>
> Currently, the save(URL) method from AbstractFileConfiguration only supports "file:" URLs. 
> Why not support  writing to URLs too? It is as simple like this
> 				java.net.URLConnection connection = url.openConnection();
> 				connection.setDoOutput(true);
> 				connection.setDoInput(false);
> 				save(connection.getOutputStream());
> I could prepare a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org