Commit Graph

525 Commits

Author SHA1 Message Date
Ben Alex 6ece0fab22 Iron out some Maven bugs with our custom WAR artifact building. 2004-12-24 00:35:36 +00:00
Ben Alex 36993d5b52 Describe download process. 2004-12-24 00:35:09 +00:00
Ben Alex 2fe24b4357 Make multiproject:artifact (when called from /docs) properly build the Contacts Sample WARs. 2004-12-23 23:00:38 +00:00
Ben Alex 7df43e019e Typos. 2004-12-23 01:30:04 +00:00
Ben Alex c8055b57d7 More documentation updates. 2004-12-23 00:15:00 +00:00
Ben Alex b2e035424a Make compatible with JDK 5. 2004-12-23 00:14:14 +00:00
Ben Alex 61a631af26 JavaDocs fix. 2004-12-22 23:49:25 +00:00
Ben Alex 33de0fece0 Remove "- Documentation" so proper project name displayed on generated site. 2004-12-22 20:06:10 +00:00
Ben Alex 861a34092d Remove quick-start, as it has been replaced by more detailed documentation pointers in docs/xdocs. The main issue with quick-start was maintaining it between Acegi Security versions. As it's never executed anywhere, its operation could never be easily tested (especially web.xml for example). 2004-12-22 13:18:00 +00:00
Ben Alex 118fde588c More documentation. 2004-12-22 13:15:07 +00:00
Ben Alex b82c6c8a24 Fix project names. 2004-12-22 04:19:40 +00:00
Ben Alex 8fb64e1e1b Fix repository URLs so "viewcvs" URLs (associated with changelog plugin) are all correct. 2004-12-22 03:47:55 +00:00
Ben Alex 20a4785a49 Remove Jetty, as it is only required by the Jetty adapter subproject. 2004-12-22 03:46:47 +00:00
Ben Alex a9978c18ea Statcvs plugin fixes. IT NOW WORKS! 2004-12-22 03:43:10 +00:00
Ben Alex 0cdfd00151 Link to SQL Schema. 2004-12-22 03:42:51 +00:00
Ben Alex 982d0bd421 Fix title. 2004-12-22 03:42:15 +00:00
Ben Alex 9d6a0308b3 Anonymous pserver CVS setup. 2004-12-22 00:59:46 +00:00
Ben Alex 9046efe976 Refer to upgrade documentation on website, including correcting version 0.7.0 file. 2004-12-22 00:59:13 +00:00
Ben Alex 5dfc3fdcfb Maven workarounds. The definitive guide. :-) 2004-12-22 00:16:20 +00:00
Ben Alex dc726ac75c Clarify and enforce interface interface contract for AuthenticationDao. 2004-12-21 20:53:32 +00:00
Ben Alex 4bcc1222e1 Modifications to support EH-CACHE upgrade (EH-CACHE appears to have changed the way the default cache configuration file gets handled). 2004-12-21 13:04:11 +00:00
Ben Alex 268c894b23 Access resources from core directory. Appears to be a problem with Maven allowing this to be expressed in the parent project file (ie /adapters/project.xml). 2004-12-21 12:17:47 +00:00
Ben Alex db9e420ceb Use full package name for SecurityConfig, to ease support by Maven commons-attributes plugin. 2004-12-21 12:16:56 +00:00
Ben Alex f7cfc84358 Fix correct package name for advisor. 2004-12-21 12:15:52 +00:00
Ben Alex e8bfa37218 Make Attributes sample use Maven's commons-attributes plugin. 2004-12-21 12:15:35 +00:00
Ben Alex 9175208950 Fix Clover operation with Java 5 SDK and Maven 1.0.2 final release. 2004-12-21 12:14:33 +00:00
Ben Alex 658a8df9b3 Correct company name. 2004-12-21 12:13:50 +00:00
Ben Alex 823a2e990b Add hook methods to AbstractProcessingFilter. 2004-12-20 11:14:34 +00:00
Ben Alex 67d642cfeb Note arrays can now be filtered by BasicAclEntryAfterInvocationCollectionFilteringProvider. 2004-12-17 22:06:45 +00:00
Ben Alex c5ea35d093 Extend After ACL provider to also filter arrays. Thanks to Joni Suominen. 2004-12-17 21:56:05 +00:00
Dimitry Kopylenko 93ec9e20a3 Added missing maven dependencies and fixed outdated Eclipse MAVEN_REPO variables 2004-12-15 18:57:42 +00:00
Carlos Sanchez 3169199e2b Fixed improperly closed tags 2004-12-11 23:01:51 +00:00
Ray Krueger cb61c88478 Increased test coverate to 100% 2004-12-09 23:53:11 +00:00
Ray Krueger 8853ba28e2 Replaced $author$ stuff in javadocs with Ray Krueger 2004-12-09 22:35:53 +00:00
Ray Krueger 41310f26a6 Missed a DOCUMENT ME! spot... 2004-12-09 22:29:12 +00:00
Ray Krueger 3eb6149877 New LoginExceptionResolver interface and base implementation to handle LoginExceptions thrown in the Jaas API. I am commiting this now so that it isn't lost, while a PropertyEditor based solution is investigated. 2004-12-09 22:09:35 +00:00
Ben Alex 07f3d1558f Update to HSQLDB 1.7.3.0. 2004-12-06 23:40:24 +00:00
Carlos Sanchez 543e08fae9 Fixed clover license 2004-12-06 22:37:26 +00:00
Ben Alex f520bfea91 Change image path locations. sdocbook plugin collapses resource paths, forcing image to always be in the same directory as the generated docbook output. 2004-12-05 23:17:37 +00:00
Ben Alex b8b31d6f65 Tidy up Maven migration by eliminating unnecessary directories and having Eclipse classpath use MAVEN_REPO. 2004-12-05 07:21:30 +00:00
Ben Alex c5900cab9c Added a ContextHolderAwareRequestWrapper to integrate with getRemoteUser() and isUserInRole(String). Thanks to Orlando Garcia Carmona ("paramosyermos" on Spring forums). 2004-12-05 06:11:18 +00:00
Ben Alex c9aa80b655 Add Aaron Tang's changes. 2004-12-05 05:30:26 +00:00
Ben Alex e3b9920d9c Fix default query string to remove ambiguous columns. Thanks to Aaron Tang. 2004-12-05 05:30:06 +00:00
Ben Alex 89ba20f057 Fix Tomcat compatibility issue where HttpSession unavailable during "logoff". Thanks to Aaron Tang. 2004-12-05 05:29:25 +00:00
Ben Alex 82ed7253d4 Refactor AbstractFilterInvocationDefinitionSource to use a standard URL String in its lookup method, rather than a full FilterInvocation. This will make it easier for views (taglibs etc) to access URI security details without needing to construct a MockFilterInvocation. 2004-12-05 05:04:52 +00:00
Ben Alex 76c82db196 Refactor EH-CACHE integration classes to work with Spring IoC provided Cache rather than manage our own cache internally. 2004-12-05 04:37:05 +00:00
Ben Alex 01165ea0e1 Documentation update to present state of CVS classes and interfaces. 2004-12-03 10:15:55 +00:00
Ben Alex 41b41ba316 Expand test coverage. Clover via Maven (without excluding appropriate patterns like *Exception and debug messages) has modified coverage from 77.2% to 95%. 2004-12-03 06:46:41 +00:00
Ben Alex 88fbac9755 General update. 2004-12-03 06:44:13 +00:00
Ben Alex 07e2037251 Find target domain object argument in a manner that works if nulls are presented for the domain object argument. 2004-12-03 06:43:17 +00:00