Re: Too Many Files Wicket 1.4.1

2009-10-21 Thread adambender
I was able to distill the problem down to what I think is the core issue here. When an AJAX Wicket page is rendered it contains a reference to two .js files as Igor had mentioned, the Web URLs of these files look like this: /resources/org.apache.wicket.markup.html.WicketEventReference/wicket-ev

Re: Too Many Files Wicket 1.4.1

2009-10-21 Thread adambender
jira issue indicated that upgrading the version of linux fixed the problem but it doesnt seem to be the case with OS X or Red Hat Enterprise Linux... adambender wrote: > > I was able to distill the problem down to what I think is the core issue > here. > > When an AJAX Wicket p

Re: Too Many Files Wicket 1.4.1

2009-10-21 Thread adambender
e url rewriting magic to prevent Wicket from serving them. Adam igor.vaynberg wrote: > > i just dont see what we can do about this... we are calling > connection.getLastModified(), we are not creating a file, etc... > > -igor > > On Wed, Oct 21, 2009 at 10:18 AM, adambender

Re: Too Many Files Wicket 1.4.1

2009-10-21 Thread adambender
Is it possible to use this http://www.mail-archive.com/wicket-u...@lists.sourceforge.net/msg20951.html workaround in the URLResourceStream constructor - similar to how it is done in URLResourceStream#lastModifiedTime()? adambender wrote: > > For what it is worth I saw a file being c

Re: Too Many Files Wicket 1.4.1

2009-10-21 Thread adambender
catch (Exception ex) { // ignore } } } } } adambender wrote: > > Is it pos