Hi All I have started using the wicketstuff-rome project to generate rss feed. Before this was just done in a servlet. The servlet would check the parameters submitted. If they were valid then the rss feed would get generated. The parameters are username, password.
Is it possible to add authentification in wicket to the feed? If it is how would you do it? I have created my feed using this example: wicketstuff-rome-examples /Murat
