That seems to be it. Thanks!
--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apa
Hi!
Since this is not something wicket core provides, I did a google search for
you (“wicket directory listing”).
This was the first hit:
http://apache-wicket.1842946.n4.nabble.com/Directory-Listings-td4661117.html
It looks like this is the culprit:
—
I believe I found the problem.
It ap
Pretty sure WAS is getting the config. When I comment out all wicket stuff
from web.xml, and just run a bare bones EAR, I type:
http://localhost:9080/MyApp/images/info1.png
And i get that image (thus proving it's responding)
I drop to:
http://localhost:9080/MyApp/images/
and I get 404.
Put W
Hi,
Yes I’m quite sure Wicket is not doing this; I’ve perused the source code
many times (especially the resource handling parts), and there is no code
for listings.
Furthermore, since listings can pose a security risk, there would be a
setting to disable this; Such a setting is not available.
A
But I have "/*" mapped t the wicket servlet. /images is under "/*". I have
no servlet mapping enabling /images or other subdirs.
further, we're in websphere and in the ibm-web-ext.xml we have directory
browsing set to false.
You're certain Wicket doesn't do this? I tried removing my wicket
Hi!
For as far as I know, wicket does not provide any directory listings; I
suspect this is either your application server, or your webserver which
responds with a directory listing.
Met vriendelijke groet,
Kind regards,
Bas Gooren
Op 13 februari 2018 bij 16:44:43, Entropy (blmulholl...@gmail.c