Kenji Nagahashi
Kenji Nagahashi
Wayback implements its own web application framework, and it is heavily dependent on JSP as view templates: It doesn't offer good support beans for other template frameworks. JSP paths are...
Toward 3.0.0 release, I'm thinking about redesigning [`CompositeAccessPoint`](https://github.com/iipc/openwayback/blob/openwayback-2.2.0/wayback-core/src/main/java/org/archive/wayback/accesspoint/CompositeAccessPoint.java) family of classes. Perhaps Internet Archive is the only user of this class at this moment, because of its inflexibility. OpenWayback may...
Let's assume a URL `http://example.com/js/something/1.1` (A) redirects to `http://example.com/js/something-1.1.js` (B). Then assume URL (A) is being replayed through `SCRIPT` tag of some other page (i.e. Archival-URL request has datespec flag...
such as: - maintaining the form of URL (absolute, protocol-relative, server-relative, path-relative) - to make it less likely to break when manipulated by JavaScript. - changing protocol depending on `X-Forwarded-Proto`...