|
|
Choosing A Webhost: |
svn commit: r532716 - /lenya/trunk/src/modules-core/linking/java/src/org/ap: msg#00202cms.lenya.cvs
Author: andreas Date: Thu Apr 26 04:52:13 2007 New Revision: 532716 URL: http://svn.apache.org/viewvc?view=rev&rev=532716 Log: Forward revision parameter from the DocumentSourceFactory to the RepositorySourceFactory. This is a part of the fix for bug 42242. Modified: lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java Modified: lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java?view=diff&rev=532716&r1=532715&r2=532716 ============================================================================== --- lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java (original) +++ lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java Thu Apr 26 04:52:13 2007 @@ -136,6 +136,13 @@ LinkTarget target = resolver.resolve(currentDoc, linkUri); Document doc = target.getDocument(); + if (target.isRevisionSpecified()) { + if (queryString == null) { + queryString = ""; + } + queryString += "rev=" + target.getRevisionNumber(); + } + String format = null; if (queryString != null) { Query query = new Query(queryString);
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r532714 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css, andreas |
|---|---|
| Next by Date: | svn commit: r532718 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css, andreas |
| Previous by Thread: | svn commit: r532714 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css, andreas |
| Next by Thread: | svn commit: r532718 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css, andreas |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |