Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv25213/migration

Modified Files:
        migration_1.5_to_1.6.txt 
Log Message:
CMSC-1193 - Tag cmsc:renderURL does not take account of the host location of 
the page: improvement to Java code for better page input.


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-1193


Index: migration_1.5_to_1.6.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.5_to_1.6.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- migration_1.5_to_1.6.txt    13 Jan 2009 14:16:01 -0000      1.13
+++ migration_1.5_to_1.6.txt    20 Jan 2009 15:56:18 -0000      1.14
@@ -104,3 +104,12 @@
 *
 *
 *
+
+
+Name: The <cmsc:renderURL> uses stricter page parameter input, for resolving 
of page location
+Goal: better JSP code
+Type:  check your own views for the wrong usage of <cmsc:renderURL with the 
page parameter and incomplete input 
+Exceptions/errors/other problems and what to do:
+* Wrong: <cmsc:renderURL page="${SearchResultPage}" --- where parameter is 
'search' instead of full path: google.com/search
+* Good:  use the page="" with the full page path, e.g. the input of 
<cmsc:location> to retrieve the full page path.
+*
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to