Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html><head><title>Versioned Static ...</title></head>
<body>
<center>
<h1>Versioned Static ...</h1>
</center>
<p>
To support the "common" <b>NOT</b> under the versioned directories Server-Side (and source control), but percieved to be <b>under</b>
the versioned directories Client-Side.  We need to impliment some server side path remapping.
<p>
Introducing:
<ul>org.litesoft.servlet.versionedstaticcontentfilter.VersionedStaticContentFilter</ul>

This Servlet Filter has no dependencies, and implements the following functionality (in production mode):
<ol>
	<li>".nocache.js" / "everything else" caching support<p></li>
	<li>remapping server side paths from "/v?/common/..." to "/common/..."<p></li>
</ol>

</body>
</html>

Commits for litesoft/trunk/Documents/ScarVersioningCaching/11.html

Diff revisions: vs.
Revision Author Commited Message
417 Diff Diff GeorgeS picture GeorgeS Thu 18 Aug, 2011 20:03:16 +0000
414 GeorgeS picture GeorgeS Thu 18 Aug, 2011 05:03:45 +0000