If user can enter any of these URL then he can see resouces of my project
http://localhost:8080/my_project/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/http://localhost:8080/my_project/app/resources/org.apache.wicket.ajax.AbstractAjaxTimerBehavior/http://localhost:8080/my_project/app/resources/org.apache.wicket.markup.html.WicketEventReference/*Example :*
jtrac.hbm.xml
jtrac-init.properties
messages_ar.properties
messages_cs.properties
messages_de.properties
messages_el.properties
messages_en.properties
...
So i want to block this URL and not permit any user to show these details.
Thank you.