27
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 22 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A test and solution to SIM-216 (NoSuchElementException when parsing incorrect pages). This solution will only hand back tags that have an opening tag. This will prevent 'popping' the tag off the stack, even though it wasn't put on the stack.
Scott Farquhar
as farkas
More... over 17 years ago
SIM-217 - test content length on redirection. Can't seem to reproduce the problem, but having more tests can only be good.
Scott Farquhar
as farkas
More... over 17 years ago
SIM-151 - Allow session creation to be optional.
Scott Farquhar
as farkas
More... over 17 years ago
SIM-230 - Deprecate PageFilter in favour of SiteMeshFilter.
Scott Farquhar
as farkas
More... over 17 years ago
SIM-168 - allow error pages to be decorated on Tomcat 5. People should check that their error pages are now decorated properly (for those people who had worked around this problem. Also test using 2.3 and 2.4 web.xml files.
Scott Farquhar
as farkas
More... over 17 years ago
Some sample code to allow debugging.
Scott Farquhar
as farkas
More... over 17 years ago
SIM-229 - allow sitemesh testing suite to use Cargo.
Scott Farquhar
as farkas
More... over 17 years ago
Removed forced session creation if running on Tomcat. This seemed to be a problem previously, but I hope that it is fixed in Tomcat 4+ by now. Fixes SIM-151
Scott Farquhar
as farkas
More... over 17 years ago
Updated links for 2.3 download. More... over 17 years ago
2.3 Release Stuff More... over 17 years ago
Switched over from FastPageParser to HTMLPageParser. Yay :) More... over 17 years ago
upgraded the hostedqa client More... over 17 years ago
Deleted dead file. More... almost 18 years ago
SIM-202: CustomTag.addAttribute throws a NPE if the tag had no attributes yet. The private method growAttributes simply doubles the array.length of the attributes ==> 0 * 2 == 0 Reported by Jörg Schaible More... almost 18 years ago
hostedqa support - entirely optional, but will be run automatically by free services provided at opensource.hostedqa.com (CI + HostedQA service). This will test automatically on FF and IE on multiple containers More... almost 18 years ago
Prevent response.flushBuffer() from bubbling through to request if page is being parsed. More... about 18 years ago
SIM-157 hack. This doesn't fix SIM-196, but it allows the daily build to work on Windows.
Scott Farquhar
as farkas
More... over 18 years ago
Updated ant version to 1.6.5, as Jetty needs this for its tests (throws a NullPointerException otherwise)
Scott Farquhar
as farkas
More... over 18 years ago
Minimal improvement to help custom factories. More... over 18 years ago
Remove dubugging cruft from SIM-179 initial commit
Scott Farquhar
as farkas
More... over 18 years ago
Make param tags search their ancestry as well as their parent. Fixes SIM-179. - Also a test case to prove that it works. This required a dummy tag.
Scott Farquhar
as farkas
More... over 18 years ago
Add embedded Tomcat to the acceptance test suite. Unfortunately it also adds another 3mb to CVS :( If anyone wants to take a good look at what jars don't need to be in embedded/tomcat/lib - go ahead. NB - the Tomcat acceptance tests can only be run on JDK 1.5. This fixes SIM-179
Scott Farquhar
as farkas
More... over 18 years ago
Fix problems with content length being set incorrectly when page is mapped to the 'none' decorator. Fixes SIM-157 - Test case to prove that there is a problem with mult-byte characters - Test case to test that the content length header is being set correctly in the normal case Fix is using char[].getBytes().length rather than char[].length. If anyone can find a more efficent way of doing this (no string creation) - please update it.
Scott Farquhar
as farkas
More... over 18 years ago
Fix bug where page mapped to a non-existant decorator would cause a NullPointerException
Scott Farquhar
as farkas
More... over 18 years ago
Documentation fix from Mark Waschkowski
Scott Farquhar
as farkas
More... over 18 years ago
New SiteMesh 3 architecture seems to work! Testsuite passes! Appears to be completely backwards compatible! Yay! (Although I suspect there's some stuff has broken that isn't covered by the testsuite - more to be done). More... over 18 years ago
Steps in architectural refactoring for SM3. Mostly work around: - Decoupling from Servlet environment. - Allow for non RequestDispatcher based decorators (e.g. direct FreeMarker rendering) - Clarifying domain concepts and API. - Simplifying core Filter. More... over 18 years ago
Added experimental multipass filter stuff requested by the Jive guys. More... over 18 years ago
Test for regex replacement filter. More... over 18 years ago
Cleanup More... over 18 years ago