[EMAIL PROTECTED] wrote: >Hello cocooners, > >is there any possibility to limit the access to the Cocoon-pages I created (URL: >http://localhost/somename) based on the IP-Address? >What I want is to give access to certain IP-Adresses that have access via >http://my_IP_address/somename - but to others no access should be given if they are >not on a certain positive list of allowed users based on the IP-address. >Where can I create such a list of authorized users? Maybe in the cocoon or TomCat >conf files? Or are there any changes in the pipeline possible? >
You need either RegexpHostMatcher, WildcardHostMatcher, or HostSelector. See cocoon docs, javadocs, Wiki, samples sitemap, and mail archives. Vadim >I'd be very happy to get some help, to know if this is possible and if yes, how I >could achieve it. > >Thank you >Silke > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>