summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix jetty:runBrett Porter2008-06-191-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@669410 13f79535-47bb-0310-9956-ffa450edef68
* fix headersBrett Porter2008-06-162-16/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@668024 13f79535-47bb-0310-9956-ffa450edef68
* formattingBrett Porter2008-06-162-423/+428
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@668023 13f79535-47bb-0310-9956-ffa450edef68
* POM clean upBrett Porter2008-06-1425-356/+281
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667751 13f79535-47bb-0310-9956-ffa450edef68
* set line endingBrett Porter2008-06-141-184/+184
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667750 13f79535-47bb-0310-9956-ffa450edef68
* set eol-styleBrett Porter2008-06-141-44/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667745 13f79535-47bb-0310-9956-ffa450edef68
* set line endingBrett Porter2008-06-141-56/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667744 13f79535-47bb-0310-9956-ffa450edef68
* correct URLBrett Porter2008-06-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667726 13f79535-47bb-0310-9956-ffa450edef68
* use Wagon releaseBrett Porter2008-06-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667720 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant argument from writeHyperlinkJames William Dumay2008-06-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@666953 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Looks like I broke the collection redirect again. This time we ↵James William Dumay2008-06-122-10/+32
| | | | | | have a regression test :) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@666951 13f79535-47bb-0310-9956-ffa450edef68
* Fix htmlEmmanuel Venisse2008-06-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@666344 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-760] set JSW to auto-restart if it crashes or hangsBrett Porter2008-06-101-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@666080 13f79535-47bb-0310-9956-ffa450edef68
* removed unused importsMaria Odea B. Ching2008-06-091-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@664665 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-602]Maria Odea B. Ching2008-06-094-3/+39
| | | | | | | added maintenance to the feature tour git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@664610 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-789]Maria Odea B. Ching2008-06-057-7/+219
| | | | | | | | -added confirmation page before saving a new or updated managed repo if the repo location already exists -added tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@663788 13f79535-47bb-0310-9956-ffa450edef68
* fix wagon scopesBrett Porter2008-06-052-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@663491 13f79535-47bb-0310-9956-ffa450edef68
* -reverted -r662662 (validation check against system properties)Maria Odea B. Ching2008-06-042-35/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@663006 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-06-042-0/+20
| | | | | | | | | * DELETE should 404 if resource does not exist * 93% litmus coverage git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662989 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-06-044-69/+91
| | | | | | | | | | * Reenabled RepositoryServletBrowseTest * Added Extra DavResourceLocator tests * Increased Litmus test score to 87.7% git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662968 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-824]Maria Odea B. Ching2008-06-041-1/+7
| | | | | | | -excluded xalan, velocity-dep, xml-apis, wstx-asl, stax-utils and xercesImpl jars in WEB-INF/lib git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662942 13f79535-47bb-0310-9956-ffa450edef68
* -add activation-1.1.jar in tomcat lib when installing archiva as a webapp ↵Maria Odea B. Ching2008-06-041-1/+1
| | | | | | | | | (the jar is needed when creating a new user--sending of validation email) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662941 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-06-043-1/+61
| | | | | | | | | | * Changed so that non-existant parent directories are only created on PUT and not on MKCOL. This allows better litmus compliance. * Added MkColMethodWebRequest which implements the MkCol method for HttpUnit * Unit tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662933 13f79535-47bb-0310-9956-ffa450edef68
* Commenting out failing test - Ill look at this in the morning.James William Dumay2008-06-031-62/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662817 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-06-031-0/+6
| | | | | | | | * Webdav litmus test is now able to run correctly. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662742 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-06-032-24/+57
| | | | | | | | | * Implementing litmus compatible removeMember() (DELETE) * Unit tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662691 13f79535-47bb-0310-9956-ffa450edef68
* Enabling the DavResourceTestJames William Dumay2008-06-031-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662686 13f79535-47bb-0310-9956-ffa450edef68
* Actually fixing the failing test. Turns out I mixed up the file and logical ↵James William Dumay2008-06-031-2/+2
| | | | | | paths in the DavResourceTest git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662682 13f79535-47bb-0310-9956-ffa450edef68
* use appassembler releaseBrett Porter2008-06-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662669 13f79535-47bb-0310-9956-ffa450edef68
* use release of taskqueueBrett Porter2008-06-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662668 13f79535-47bb-0310-9956-ffa450edef68
* update to release of plexus-spring, and spit out less information during buildBrett Porter2008-06-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662666 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-789]Maria Odea B. Ching2008-06-032-1/+36
| | | | | | | -check if the repo location is referenced as a system property before deleting the contents of the repo git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662662 13f79535-47bb-0310-9956-ffa450edef68
* commenting out test again, it's still brokenBrett Porter2008-06-031-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662655 13f79535-47bb-0310-9956-ffa450edef68
* Fixing DavResourceTest from writing tests to /James William Dumay2008-06-022-17/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662382 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-823]Maria Odea B. Ching2008-06-022-9/+51
| | | | | | | -remove repo in group when repo is removed git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662342 13f79535-47bb-0310-9956-ffa450edef68
* clean up dependenciesBrett Porter2008-06-021-65/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662303 13f79535-47bb-0310-9956-ffa450edef68
* disable failing testBrett Porter2008-06-011-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662136 13f79535-47bb-0310-9956-ffa450edef68
* remove old resources patternsBrett Porter2008-06-011-18/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662134 13f79535-47bb-0310-9956-ffa450edef68
* stop file being created in / - tests still fail thoughBrett Porter2008-06-011-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662126 13f79535-47bb-0310-9956-ffa450edef68
* fix bad importBrett Porter2008-05-311-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662047 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-822] add org/jvnet/**, com/sun/** to the whitelist for the default ↵Brett Porter2008-05-311-0/+2
| | | | | | java.net repository git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662036 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of ↵James William Dumay2008-05-305-27/+464
| | | | | | | | | Jackrabbit-webdav * Adding tests for DavSession attachment and release * Changed the ArchivaDavSessionProvider so that it does not rely on the WebApplicationContext git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661630 13f79535-47bb-0310-9956-ffa450edef68
* o Unindent configuration snippets to make them copy-paste friendly.Dennis Lundberg2008-05-301-62/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661613 13f79535-47bb-0310-9956-ffa450edef68
* o Indent POM snippet to make it copy-paste friendly.Dennis Lundberg2008-05-301-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661606 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-785]Maria Odea B. Ching2008-05-302-3/+22
| | | | | | | | -set success result to go to jsp file instead of redirect to 'upload' action -clear the form fields before returning to jsp page after upload git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661582 13f79535-47bb-0310-9956-ffa450edef68
* Fixed failing testJames William Dumay2008-05-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661564 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-05-305-39/+341
| | | | | | | | | | | | | | * Adding LockManager to DavResourceFactory * Adding locking support to DavResource * General cleanup inside of the dav resource * Adding DavSession attachement inside of DavSessionProvider * Tests NOTE: We should have a complete Class 2 locking implementation (Exclusive only) so OS X dav client should work git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661563 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-790]Maria Odea B. Ching2008-05-295-1/+55
| | | | | | | | -added check specifically for remote metadata checksum files -added test case git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661273 13f79535-47bb-0310-9956-ffa450edef68
* Update redback to 1.0.2-SNAPSHOTEmmanuel Venisse2008-05-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661265 13f79535-47bb-0310-9956-ffa450edef68
* Fix commons-io scopeEmmanuel Venisse2008-05-291-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661253 13f79535-47bb-0310-9956-ffa450edef68