i thought he explained why...because they need to be able to take down one
of the nodes and install a different version on it. the static resources
might be different between two versions.

the problem is that this is really outside of wicket's domain because these
are static and not wicket-related resources you are talking about?

so if you have <img src="images/foo.gif"/> you want jsessionid appended to
that? i guess you can use a filter to postprocess the pages, but that will
be slow.

-igor


On 2/6/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

On 2/6/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
> do you really want static! resources to be encoded?
>
> i guess for some static resources (not really static but dynamic bases
on
> session data)
> it is needed. But normally static != dynamic != session

Hrm, yeah, good point actually. I don't think you actually need it James.

Eelco

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to