Network (http, DAV,servlet etc) related utilities
This project provides a number of network (http, DAV,servlet etc) related classes and methods for Bedework.
- JDK 11
- Maven 3
mvn clean install
Releases of this fork are published to Maven Central via Sonatype.
To create a release, you must have:
- Permissions to publish to the
org.bedework
groupId. gpg
installed with a published key (release artifacts are signed).
To perform a new release:
mvn -P bedework-dev release:clean release:prepare
When prompted, select the desired version; accept the defaults for scm tag and next development version. When the build completes, and the changes are committed and pushed successfully, execute:
mvn -P bedework-dev release:perform
For full details, see Sonatype's documentation for using Maven to publish releases.
- Split off from bw-util
- Dav: Add getExtMkcolResponse method
- Dav: Fix parsing of multi-status. Was not handling no propstat correctly
- Http: Add proppatch method
- Http: Parameterize ProcessResponse interface
- Update library versions.
- Remove a bunch of unnecessary throws clauses
- Update library versions.
- Update library versions.
- Update library versions.
- Update library versions.
- Use bedework-parent
- Update library versions.
- HttpServletUtils: Use the principal name if REMOTE_USER is not set. Keycloak shib code needs this.
- Update library versions.
- ConfiguredXSLTFilter: Use name defined in PresentationState
- Update library versions.
- Fix up a bunch of introduced config errors
- Add support for the Saxon XSLT support
- Allow "on" in ReqPar
- HttpServletUtils: Implement stripping of domain from principal
- Update library versions.
- Update library versions.
- Update util-conf version.
- Sonatype failure- redo release.
- Further changes to remove dependencies on form objects.
- Make servlet class more generally useful. Use Util.fixPath.
- Add features to help build web apps
- Add new admin application. Implement (partially) 1 of the actions. Add some changes to the util classes to facilitate
- Fix ServletBase so it doesn't always invalidate session. Fix the jsp likewise.
- Refactor framework to enhance method handling.
- Move configuration for servlet into a json file in /classes. Setup initial configuration for eventreg ws and admin.
- Implement forwarding by name. Rearrange configs with explicit ajax error forwards and also one POST method.
- Centralize checking of request parameters to simplify code.
- Added a parent to AppInfo so we can climb up to find defaults
- Implement redirect and use for some actions. Preserve the calsuite and formName in the globals across actions.
- Refactor session serialization logic into SessionSerializer.
- Add parameter to signify appInfo is being used
- Move response classes and ToString into bw-base module.