You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sebastiaan van Erk (Commented) (JIRA)" <ji...@apache.org> on 2012/02/24 18:20:46 UTC

[jira] [Commented] (WICKET-4430) By using int as the scope, it is possible to read arbitrary resources from the classpath of a wicket application

    [ https://issues.apache.org/jira/browse/WICKET-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215752#comment-13215752 ] 

Sebastiaan van Erk commented on WICKET-4430:
--------------------------------------------

I just discovered that if you request /resources/int/ it actually gives you a directory listing of the root folder of the war (if it is unpacked).
                
> By using int as the scope, it is possible to read arbitrary resources from the classpath of a wicket application
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4430
>                 URL: https://issues.apache.org/jira/browse/WICKET-4430
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.18
>            Reporter: Sebastiaan van Erk
>            Priority: Critical
>
> Using "int" as scope, it is possible to access arbitrary resources in from the classpath of a wicket application, for example, using the url:
> http://localhost:8080/ritten/resources/int/myfile.txt
> access the myfile.txt in the root of the classpath. Combined with WICKET-4427 this allows arbitrary resources to be downloaded, i.e., like this:
> http://localhost:8080/myapp/resources/int/wicket.properties,xml

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