[java-support] branch dev/JSPT-111 updated (89dcf15 -> 9a6c827)
Scott Cantor
cantor.2 at osu.edu
Thu Jun 2 14:38:47 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch dev/JSPT-111
in repository java-support.
discard 89dcf15 Fix method access issues.
discard a59edc7 XML to DDF conversion for agent config file handling.
discard d78615e Add 64-bit long support to DDF library.
discard 4220556 Allow null in setter.
discard 190941e Move LoggingService interface into java-support.
discard d7422f1 Add missing accessors for Brent's prototype.
discard c55969f Redo handling of unsafe data, and fix tests.
discard 3df82f9 Unit tests and bug fixes.
discard 4ac4358 Plug in response handling, very likely non-functional at this stage.
discard 7a49bf9 WIP on remoted response facade.
discard df5278a Unit tests and bug fixes for remoted requests.
discard 4ee5095 DDF-backed HttpServletRequest implementation.
discard 4532e65 Tests for parsing bad inputs.
discard f18fe89 Expand encoded character set to match C++.
discard 66d59eb Deserialization and tests.
discard 83d488c Add more tests.
discard 0d807dd Implement draft serializer, start on unit tests.
discard 56b1300 Add toString impl for debugging.
discard d9faead Put back notion of "null" object, and add unit tests.
discard bd159bf Work in progress.
add 044f212 Bump parent POM to 11.3.3
add 274bb3a JPAR-186 - New major version for Java 17 platform
add 2316168 JPAR-186 - Adopt Spring Framework 6, Jakarta Servlet 5
add c35e5ac Javadoc fixes
new 852b502 Work in progress.
new b47690b Put back notion of "null" object, and add unit tests.
new 4f49049 Add toString impl for debugging.
new a52d506 Implement draft serializer, start on unit tests.
new 5ce1b52 Add more tests.
new 088f3bf Deserialization and tests.
new 3c764bb Expand encoded character set to match C++.
new 157646c Tests for parsing bad inputs.
new 77ec7c7 DDF-backed HttpServletRequest implementation.
new 2c64c6e Unit tests and bug fixes for remoted requests.
new b6cd2f6 WIP on remoted response facade.
new 2aeb44f Plug in response handling, very likely non-functional at this stage.
new 6bbe1b1 Unit tests and bug fixes.
new a6cde60 Redo handling of unsafe data, and fix tests.
new 911cd98 Add missing accessors for Brent's prototype.
new 6928537 Move LoggingService interface into java-support.
new 0f7d345 Allow null in setter.
new b378b5f Add 64-bit long support to DDF library.
new 3924360 XML to DDF conversion for agent config file handling.
new 0bb410f Fix method access issues.
new 9a6c827 Jakarta changes.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (89dcf15)
\
N -- N -- N refs/heads/dev/JSPT-111 (9a6c827)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.classpath | 2 +-
.settings/org.eclipse.jdt.core.prefs | 8 ++---
pom.xml | 35 +++++++---------------
.../support/ddf/RemotedHttpServletRequest.java | 30 +++++++++----------
.../support/ddf/RemotedHttpServletResponse.java | 8 ++---
.../java/support/net/CookieBufferingFilter.java | 24 +++++++--------
.../utilities/java/support/net/CookieManager.java | 8 ++---
.../support/net/DynamicResponseHeaderFilter.java | 22 +++++++-------
.../net/HttpServletRequestResponseContext.java | 6 ++--
.../java/support/net/HttpServletSupport.java | 8 ++---
.../support/net/RequestResponseContextFilter.java | 17 ++++++-----
.../support/net/SameSiteCookieHeaderFilter.java | 20 ++++++-------
.../net/ThreadLocalHttpServletRequestProxy.java | 29 +++++++++---------
.../net/ThreadLocalHttpServletResponseProxy.java | 7 ++---
.../utilities/java/support/resource/Resource.java | 10 +++----
.../java/support/security/AccessControl.java | 5 ++--
.../security/impl/BasicAccessControlService.java | 4 +--
.../impl/DelegatingAccessControlService.java | 4 +--
.../security/impl/IPRangeAccessControl.java | 5 ++--
.../support/ddf/RemotedHttpServletRequestTest.java | 2 +-
.../ddf/RemotedHttpServletResponseTest.java | 2 +-
.../java/support/net/CookieManagerTest.java | 6 ++--
.../net/HttpServletRequestResponseContextTest.java | 6 ++--
.../net/RequestResponseContextFilterTest.java | 18 +++++------
.../net/SameSiteCookieHeaderFilterTest.java | 17 +++++------
.../ThreadLocalHttpServletRequestProxyTest.java | 6 ++--
.../ThreadLocalHttpServletResponseProxyTest.java | 6 ++--
27 files changed, 150 insertions(+), 165 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list