[Jamwiki-commit] SF.net SVN: jamwiki:[3224] wiki/branches/0.9.x
Brought to you by:
wrh2
From: <wr...@us...> - 2010-09-23 05:54:50
|
Revision: 3224 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3224&view=rev Author: wrh2 Date: 2010-09-23 05:54:43 +0000 (Thu, 23 Sep 2010) Log Message: ----------- Parser: * Fix a potential infinite loop with nested template includes. Inclusions are now limited to a maximum of 250 per page. Modified Paths: -------------- wiki/branches/0.9.x/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParser.java wiki/branches/0.9.x/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/branches/0.9.x/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/WikiHeadingTag.java wiki/branches/0.9.x/jamwiki-core/src/test/resources/data/results/TemplateInfinite2 wiki/branches/0.9.x/jamwiki-core/src/test/resources/data/results/Template_-_Infinite wiki/branches/0.9.x/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/branches/0.9.x/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/ExcessiveNestingException.java wiki/branches/0.9.x/jamwiki-core/src/test/resources/data/results/Transclusion1 wiki/branches/0.9.x/jamwiki-core/src/test/resources/data/topics/Transclusion1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |