On Fri, 18 Mar 2011 12:39:03 +0100, Thiago H. de Paula Figueiredo <thiag...@gmail.com> wrote:

On Fri, 18 Mar 2011 01:25:43 -0300, sunmoor007 <sunmoo...@gmail.com> wrote:

Added the below method to AppModule.java

public LinkCreationListener buildLinkCreationListener(
                        LinkCreationHub hub) {

Make the method static and try again please.

Builder methods do not need to be static.


Either way, this thread is based on a false premise:

I believe the only way to prevent the proxy server caching links is to have a dynamic parameter in url so that everytime proxy server identifies it as a
new request and hence it wont cache.

That is simply not true. Any working proxy server would never cache a response which has appropriate headers such as Cache-Control: no-cache or no-store. If this really isn't working you should dig deeper and find out why, e.g. are you sure the headers were really added to the response?
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to