Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

[08:18:56 EST(-0500)] * athena (n=athena@adsl-75-58-127-15.dsl.wlfrct.sbcglobal.net) has joined ##uportal
[08:35:19 EST(-0500)] * jessm (n=Jess@c-71-232-1-65.hsd1.ma.comcast.net) has joined ##uportal
[09:13:39 EST(-0500)] * michelled (n=michelle@142.150.154.193) has joined ##uportal
[09:45:47 EST(-0500)] * colinclark (n=colin@bas2-toronto09-1176131079.dsl.bell.ca) has joined ##uportal
[09:59:48 EST(-0500)] * lennard1 (n=sparhk@wsip-72-215-204-133.ph.ph.cox.net) has joined ##uportal
[10:01:53 EST(-0500)] * holdorph (n=holdorph@wsip-72-215-204-133.ph.ph.cox.net) has joined ##uportal
[10:20:24 EST(-0500)] * colinclark (n=colin@142.150.154.101) has joined ##uportal
[10:54:54 EST(-0500)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[10:55:29 EST(-0500)] * colinclark (n=colin@142.150.154.101) has joined ##uportal
[11:49:34 EST(-0500)] * Sememmon (n=Sememmon@unaffiliated/sememmon) has joined ##uportal
[14:47:06 EST(-0500)] <athena> hey EricDalquist - i've discovered that we can't a filter against the new aggregation url extensions
[14:47:13 EST(-0500)] <EricDalquist> ?
[14:47:25 EST(-0500)] <EricDalquist> why not
[14:47:25 EST(-0500)] <athena> looks like the servlet spec only matches against the part after the last period
[14:47:30 EST(-0500)] <athena> so you can match against *.js
[14:47:35 EST(-0500)] <athena> but not *.aggr.min.js
[14:47:38 EST(-0500)] <EricDalquist> well that's dumb
[14:47:43 EST(-0500)] <athena> yeah, extremely
[14:47:54 EST(-0500)] <athena> you also can't have something like //something/.whatever
[14:48:01 EST(-0500)] <athena> the rules are really pretty restrictive
[14:48:06 EST(-0500)] <EricDalquist> yeah
[14:48:16 EST(-0500)] <athena> i'm not sure how we want to handle that
[14:48:23 EST(-0500)] <EricDalquist> perhaps a custom servlet filter wrapper?
[14:48:28 EST(-0500)] <athena> yeah
[14:48:30 EST(-0500)] <EricDalquist> that uses regex from an init-param
[14:48:48 EST(-0500)] <athena> maybe we just need a filter we can configure with different timeouts by regex or something
[14:49:24 EST(-0500)] <EricDalquist> either way
[14:49:32 EST(-0500)] <EricDalquist> the filter wrapper would probably be less work
[14:49:47 EST(-0500)] <EricDalquist> just apply the wrapper to *.js and *.css
[14:50:01 EST(-0500)] <EricDalquist> then have a list of regex that it has to match to call the delegate
[14:50:18 EST(-0500)] <athena> sounds reasonable
[14:50:29 EST(-0500)] <athena> really annoying (smile)

  • No labels