Not that I'm aware of, although it's pretty trivial to work around this with better application layout or a simple filter. Could be wrong though--haven't been keeping up.
Andy Hahn
Ranch Hand
Joined: Aug 31, 2004
Posts: 225
posted
0
I am aware of the options, but I am intrigued by the servlet filter option. can you elaborate more on how that would work?
Yeah I have used that, but man it can get messy fast. Especially with apache mod configs, and using taglibs to generate localized links (taglibs sometimes append on a session id). I think the easiest approach is to just put static files on a web server rather than embedding in a war/ear file. I hate to say that but its true. A servlet container is probably not the best place to store static content. So maybe thats why an exclude feature is not on the horizon even for the 3.0 servlet spec.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.