You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2022/04/08 17:21:24 UTC

[GitHub] [tomcat] leggiero opened a new pull request, #497: Minor typo on javadoc of setHostHeader method

leggiero opened a new pull request, #497:
URL: https://github.com/apache/tomcat/pull/497

   - This file should only be in the main branch
   - Version updates
   - Remove testing support for old OpenSSL versions
   - Code clean-up: Add braces for clarity
   - Code clean-up: Add braces for clarity
   - Code cleanup: Add races for clarity.
   - Code clean-up. Add braces for clarity.
   - Code clean-up. Add braces for clarity.
   - Update schema used in web-fragments
   - Some more Java EE 8 to Jakarta EE 9 updates
   - Export no longer needed. Only used in main branch.
   - Update JspC to use Servlet 5.0 schemas
   - AprLifecycleListener does not show dev version suffix for libtcnative and libapr
   - Update import/export to handle POEditor behaviours
   - Back-port translation updates
   - Simplify AprEndpoint socket bind for all platforms
   - Renaming to make code clearer
   - Increase data written to ensure required (for the test) IOE is triggered
   - Code clean-up. Add braces for clarity.
   - Clean-up. Remove unused import.
   - Code clean-up. Add braces for clarity
   - Remove TODOs
   - Code clean-up. Add braces for clarity.
   - Code clean-up. Add braces to improve clarity
   - Code clean-up. Add braces to improve readability.
   - Code clean-up. Add braces for clarity. Enable check now all are fixed.
   - Code clean-up. Fix remaining braces.
   - Add ALv2 header (reported by RAT)
   - Add 2 missed output files from Jakarta EE 9
   - Code clean-up. Remove unnecessary code.
   - Need unique name for log files else they overwrite each other
   - Remove useless strings
   - Remove unused translations (also removed from poeditor.com)
   - Clean up
   - LocalString_xx.properties are UTF-8 when filtered
   - Fix BZ 65342. Correct regression in fix for BZ 65262.
   - Fix some indentation issues
   - Remove blank lines between license header and package declaration
   - Refactor principal handling for UserDatabaseRealm
   - 65340: Fix NegativeArraySizeException exception in hpack decoder
   - Fix missing code from the original hasRole
   - Clean-up. Fix indents.
   - No need for these internal classes to be package visible.
   - Fix long content-length handling for doHead()
   - Avoid synchronization on roles verification
   - Refactor HEAD testing so other Servlets can be tested
   - Fix HEAD response for reset() and resetBuffer()
   - Fix getPrincipal logic
   - Fix HEAD for the non-blocking case.
   - Update Korean translations
   - Update French translations
   - Packaging on main only
   - Fix BZ 65358 - Improve EL matching of varargs methods.
   - Fix 65362. Add JPMS entries to embedded JARs removed in previous release
   - Add debug logging for HPACK decoding
   - Restore a (commented out) HTTP/2 example
   - Update to Tomcat Native 1.2.30
   - Fix 65332 - javac permissions with Java 9 onwards for JSPs
   - Treat empty token at end the same way as empty token at start/middle
   - Remove support for the identity T-E header value
   - Process T-E header from both HTTP 1.0 and HTTP 1.1. clients
   - Ensure chunked, if present, is the last encoding in the list
   - Update timestamp for reproducible builds
   - Fix typos
   - Fix typo
   - Fix typo
   - Increment version for next development cycle
   - Integrate JSign for cross-platform builds with signed Windows binaries
   - Fix BZ 65368 - better handling of closed TLS connection
   - Update version numbers
   - Expand test case to cover example from BZ 65373
   - Fix problems with file uploads and HTTP/2
   - Add missing values in message
   - Add debug logging for overhead count
   - Fix HTTP/2 tests broken by changes to small window update frames
   - Reduce overhead count by 2 rather than 1 for non-overhead frames
   - Add release date for 10.0.7
   - Remove docs for removed attribute
   - Update comments after change to DEFAULT_OVERHEAD_REDUCTION_FACTOR
   - Change the starting overhead count from -10 to -10*overheadCountFactor
   - Multiple increment and decrement by 10 to provide more control
   - Continue if the build/test step fails so the logs are uploaded
   - Use the standard utility method for List to comma separated string
   - Remove deprecated and unused code
   - Act on rather old TODO comment
   - Revert "Remove deprecated and unused code"
   - Relax parsing of 1#token to align with RFC 7230 section 7
   - Extend the time allowed for tests to complete
   - Add expanded unit tests for HEAD and fix bugs identified in buffering
   - Fix test broken by response buffer fixes
   - Remove trailing space
   - Fix BZ 6539. Closes #422. Add Java 16+ options to service.bat
   - Fix BZ 65385 - correct link to Maven Central repo
   - Fix potential hang with concurrent reads or concurrent writes
   - Fix BZ 65384 - Make test Locale independent
   - Fix BZ 65387 - fix regression in generated code clean-up
   - Fix BZ 65390 - revert code removal made in error
   - Fix typos
   - Make fields accessible to sub-classes of JNDIRealm
   - Update the Eclipse compiler
   - Update JUnit to 4.13.2
   - Update EasyMock to 4.3
   - Update Objenesis to 3.2
   - Update UnboundID to 6.0.0
   - More updates to French translations (remm)
   - Update CheckStyle to 8.43
   - Update SpotBugs to 4.2.3
   - Update OSGI annotations to 1.1.0
   - SpotBugs false positive. NPE isn't possible here.
   - Fix SpotBugs warning and threading issue
   - Fix some serialization warnings
   - Remove unnecessary null check identified by SpotBugs
   - Refactor to use a shared SecureRandom instance
   - Additional false positives with latest SpotBugs
   - Fix Javadoc (and CI build)
   - Fix concurrency issues reported by SpotBugs
   - Remaining false positives with latest Eclipse / SpotBugs plugin
   - Simplify - identified by SpotBugs
   - Update the URL to Maven Central to the one under an ASF domain
   - Add support for compiling JSPs for Java 17
   - Fix BZ 65397 - skip symlinks in getResourcePaths() results
   - Remove unused file
   - Revert "Remove unused file"
   - Add test case for BZ 65377
   - BZ 54377 - Update code generation to use valueOf for boxed primitives
   - Add a space
   - Further fix for BZ 65397. Account for symlink above CATALINA_BASE
   - More refactoring of the BZ 65397 fix.
   - Update reproducible timestamp
   - Increment version number for next development cycle
   - Fix 65404 - Manager status page was truncated
   - sendfile needs to check stream and connection flow control windows
   - Fix typo in method's javadoc (#429)
   - Always close the connection when an uncaught NamingException occurs
   - Portable temp path code
   - Beautify test
   - Add missing message parameters
   - Simplify
   - Add debug logging to sendfile writes
   - Fix a possible connection stall during concurrent stream write
   - Fix BZ 65433 - avoid StringIndexOutOfBoundsException for some symlinks
   - Add missing string
   - Remove hack required to pass TCK. Test was successfully challenged.
   - Fix Ant download for Travis build
   - Possible fix for intermittent unit test failure
   - Add release date for 10.0.8
   - Fix typo (#433)
   - Improve comments
   - Fix BZ 65448 for blocking IO
   - Refactor. Internal rename only to support upcoming changes.
   - Additional fix for BZ 65358
   - Backport requires a cast
   - Update for recent Ant release
   - Deprecate unused Executor method
   - Improve comment
   - Remove unnecessary code
   - Deprecate unused method. Improve Javadoc.
   - ant ide-eclipse lib update
   - Add a test for enumerating headers names when one is null
   - Fix BZ 65454. Correct a timing issue that could delay a request
   - RejectHandler ->RejectPolicy for consistency. Correct Javadoc
   - Correct Javadoc
   - Fix BZ 65460
   - Move resource files to same package as code for consistency
   - Look in correct package for i18n strings
   - Remove use of string constant for package name
   - Remove obsolete elements causing errors with Java 17 Javadoc
   - Chip away at the Javadoc warnings with Java 17
   - Fix BZ 65443. Make CorsFilter more extensible
   - Back-port updates to translations
   - Fix Javadoc
   - Restore use of guard which was accidently removed in a previous clean up
   - No longer automatically disable JMX when using GraalVM native images
   - Avoid unnecessary cache revalidation.
   - Avoid use of Class.newInstance()
   - Simplify code - no functional change
   - Clean-up. No functional change.
   - Remove Java 5 references
   - Update references to Java 6
   - Remove Java 7 references
   - Update timestamp ready for tag
   - Increment version number for next dev cycle
   - Revert clean-up. definePackage always needs to be called.
   - Add BZ ref
   - Increment version number for next development cycle
   - Fix typo - thanks to Mikael Sterner
   - Fix logic error for certificateKeystoreFile="NONE"
   - Remove unnecessary Context settings for the examples web app
   - Fix Tomcat start when XML parser does not support allow-java-encodings
   - Update expired user cert to fix failing TLS tests
   - Correct error message (copy/paste error)
   - Improve custom error page handling for committed responses
   - Bugfix for 65479 - PasswordValidationCallback does not return validation result in getResult
   - Improvements to documentation
   - Fix build fail when locale is not 'en'
   - Refactored check for preemptive authentication
   - Fix Javadoc warning
   - Update http.xml
   - Update to JSign 4.0 to remove dependency on client tools.
   - Correct branch name
   - Add straight example for the storepass syntax
   - Remove NioSelectorShared leftovers
   - Update BUILDING.txt for JSign
   - Add note about release platforms
   - Fix write timeout check
   - Fix validate
   - Working on removing the APR connector - found more required deprecation
   - Split into two tests in preparation for improving coverage
   - Fix import spacing
   - Path seems to have changed from lib to lib64. Support both.
   - Remove finalize call that can't do anything.
   - Remove unnecessary finalize() method
   - Cleanup javadoc on finalize
   - Fix BZ 65505. HTTP header removal must not change order of other headers
   - Fix Javadoc warnings for Servlet API when building with Java 16
   - Add a note about allowed values for ant.tstamp.now property. Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527
   - Fix JSP API Javadoc warnings for Java 16
   - Improve the reusability of UserDatabase code
   - Fix Javadoc warning
   - Add available flag for UserDatabase
   - Add a UserDatabase implementation based on DataSourceRealm
   - Add lock use similar to the memory user database
   - Add UserDatabase documentation
   - Refactor to avoid NPE warnings in IDE
   - Fix IDE warnings. Use <> where possible.
   - Add hashCode implementations that are aligned with existing equals()
   - Add Derby for the testsuite
   - Fix group roles not working
   - Add first pass at tests for the DataSource UserDatabase
   - Use Derby 10.14 for Java 8 compatibility
   - Sync with latest Commons BCEL changes
   - Update Commons Codec to 1.16-SNAPSHOT (2021-01-09)
   - Cleanup derby.log
   - Update Tomcat's internal fork of Commons FileUpload
   - Align with Commons FileUpload source
   - Tighten up for partial roles and groups configuration
   - Update internal fork of Commons Pool to 2.11.1
   - Update internal fork of Commons DBCP to 2.9.0 (2021-08-03)
   - Update to Tomcat Native 1.2.31
   - Use CDN as primary source of ASF dependencies
   - Backport translation fixes
   - More translation backports
   - jarsToSkip += derby-*.jar
   - Rename method for consistency
   - Fix docs inconsistencies
   - Remove catalina ssi from catalina.jar.tmp.bnd file
   - Update although currently unused
   - Increment version number for next dev cycle
   - Update changelog
   - Fix BZ 65563. Correct parsing of Content-Range headers
   - Provide implementation of isParametersProvided
   - Add support for Servlet 5 to WebXml.toString()
   - Align with 10.1.x
   - Use DataSource in DataSourceUserDatabase constructor
   - Fix typo
   - Avoid StackOverflowException
   - Fix a potential cause of intermittent test failure
   - Move debug statement inside sync block
   - Make synchronized as method assumes a lock is held on the instance
   - Refactor allocations for the connection flow control window
   - Align with KEYS file in download area
   - Fix BZ 65577 - additional permissions required by security manager
   - Fix MethodExpression.getMethodInfo() when parameters are provided
   - Fix typo
   - Fix copy/paste error
   - Fix trailing space
   - Fix delete then create
   - Add deprecation since SingleThreadModel will be removed in Servlet 6.0
   - Remove use of deprecated API
   - Fix typo
   - Fix incorrect indent
   - Additional clean-up after removal of APR
   - Backport deprecation
   - Add support for OpenSSL 3.1.x to unit tests
   - Remove incorrect comment
   - Better version matching for OpenSSL 3.x
   - OpenSSL moved AESCCM8 ciphers from HIGH to MEDIUM
   - Remove handling for old, unsupported OpenSSL versions
   - Remove support for undocumented EECDHE
   - Non-blocking reads should be non-blocking.
   - Clarify the JASPIC docs
   - Fix BZ 65585 - Update obsolete comments
   - Close WebConnection
   - Close WebConnection
   - Fix BZ 65586 - Correct bloom filter lookups for directories with final /
   - Fix BZ 65553 - add workaround for JRE triggered memory leak
   - make threadNameCache actually useful
   - Update build timestamp (currently unused)
   - Fix typos
   - Remove duplicate entry
   - Increment version for next development cycle
   - Regenerate parser using JavaCC 7.0.10
   - Fix parsing bug for literal Maps constructed using variables.
   - Add dates
   - Refactor JNI out of bean classes
   - Add missing string
   - Add new, standard method for direct upgrade to WebSocket
   - Correct the release date
   - Improve Connector stop performance - primarily to speed up tests
   - Refactor the APR/native connector shutdown
   - Clarify @since tags. Add missins @since tags.
   - Differentiate log messages in KubernetesMembershipProvider with a parameter
   - Add missing delimiters
   - Improve robustness
   - Add Javadoc comment about nesting of server-wide listeners
   - Fix back-port of previous commit
   - Fix BZ 65661. Add note on new direct memory reqs for multi-part upload
   - Javadoc correction for web resources
   - Move null check for context to before the first use of context
   - MimeHeader.toString to speed up debugging in IDEs (#457)
   - Provide a little more control over resource caching
   - Add new methods from OpenSSL module
   - Fix comment TODO
   - Complete some Javadoc
   - Complete some Javadoc TODOs
   - Update RAT excludes for new CI system
   - Configure cluster tests to use localhost.
   - Complete a Javadoc TODO
   - Attempt to avoid CI test failures
   - Differentiate OpenSSL implementations
   - Optimize the comment about class loader
   - Switch from Cobertura to JaCoCo for code coverage
   - Add the changelog for the new module
   - Align with 10.1.x (few minor fixes)
   - Log warning if a listener is incorrectly placed
   - Move the wait for the sendfile thread to exit. Align with Poller thread
   - Fix root cause of APR crash observed in unit tests on Windows
   - Make tests more robust
   - Increment version for next dev cycle
   - Fix a typo in the changelog
   - Improve error handling
   - Improve error handling
   - Fix a Javadoc TODO
   - Fix NPE observed investigating current CI failuers
   - Attempt to fix APR crash on shutdown.
   - Add a changelog entry for the APR crash fix
   - Fail the build if GPG is not found in the expected location.
   - Align with 9.0.x
   - Move GPG check to deploy-release target
   - Prompted by CI failures, run unit tests with TLSv1.2 as a minimum
   - Add release date for Apache Tomcat 10.0.13
   - Remove test implementation committed in error
   - Protect against a known OS bug
   - Add docs for using CacheStrategy
   - Fix typo
   - Refactor check of cluster start to improve robustness
   - WS
   - Fix typo
   - Expand tests
   - Javadoc clean-up including missing @since tags
   - Avoid duplicate read registrations for blocking I/O with NIO
   - Improve robustness for expired credentials
   - Stop sendfile before closing sockets
   - Remove duplicate error.jsp
   - Expand code comments
   - Javadoc improvements back-ported from 10.1.x
   - Align comments and spacing with 10.1.x
   - Remove link to 7.0.x docs. Add link for 10.1.x.
   - Align with 10.1.x
   - Align with 10.1.x. Remove Tomcat 8 specific reference
   - Align with 10.1.x - remove unnecessary synchronization
   - Try increasing further before exploring other options
   - Another test where the CI system seems to need longer
   - Fix BZ 65684 - avoid NPE
   - Fix BZ 65677 - improve error handling for HTTP reads with NIO2
   - Document conditions of use for AprLifecycleListener to avoid JVM crashes
   - Improve thread safety of open and close
   - Alternative fix for PR #453 - lost log messages on shutdown
   - Refactor AsyncFileHandler to make use of system property unnecessary
   - Add debug logging. Based on a PR by Polina Georgieva
   - Refactor to reduce JVM crashes on shutdown when sendfile is used
   - Update references
   - Deprecate unused code
   - Fix (hopefully) intermittently failing test
   - Fix Bz 65714 - security manager + TLS + NIO2
   - Try to improve test reliability
   - Align behaviour on MacOs with Linux/Windows
   - Workaround JVM bug described in BZ 65710
   - Fix the deploy-release target
   - Update code signing to use new cert (that includes PMC name)
   - Increment version for next development cycle
   - Fix copied/pasted comment
   - Add additional tests with pooling
   - writeable -> writable for consistency
   - writeable -> writable - rename public method
   - Do need one update in an MBean descriptor file
   - Add change log entry for BZ 65724
   - Refactor tests to reduce running time when using multiple threads
   - Use specialised exception for the case of ByteChunk overflow
   - Fix BZ 65726 - handle HTTP/1.1 upgrade with request body
   - Correct entry location
   - Fix typo
   - Add release date for 10.0.14
   - Fix BZ 65714 - previous fix was incomplete.
   - Revert "Fix BZ 65714 - previous fix was incomplete."
   - Document BZ 65714 as a known issue
   - Restore pre-starting of core threads lost in fix for BZ 65454
   - Revert the previous fix for BZ 65714.
   - Improved fix for BZ 65714
   - Remove BZ 65714 from the known issues
   - Fix backport
   - Fix typo (spotted by rjung)
   - Add POJO support to programmatic http -> ws upgrade
   - Fix typo
   - Update OWB and CXF example modules version numbers
   - Back-port translation updates
   - Improve escaping for code in call method
   - FindBugs -> SpotBugs (rename)
   - Exclude the SpotBug ranks we (currently) aren't looking at
   - Update SpotBugs to 4.5.2
   - Back-port changes to address plugin reported false positives
   - Address false positives reported when running via Ant
   - Additional locking to improve protection for concurrent modifications
   - Update Eclipse JDT from 4.20 to 4.22
   - Add support for compiling JSPs for Java 18
   - Update NSIS installer to 3.08
   - Update UnboundID to 6.0.3
   - Update checkstyle to 9.2.1
   - Update BND to 6.1.0
   - Update OSGI annotations to 1.1.1
   - Version updates
   - Revert ECJ update as 4.22 requires Java 11.
   - Fix Java 17 compilation after revert of ECJ update
   - BZ65757: Fix forgotten test case
   - Changelog for 65757
   - Improve fix to avoid deadlock reported on some systems
   - Fix build. Use new sendResetLock in async handler
   - Fix potential deadlock with concurrent new frames and close for stream
   - Add low effort null check in facade
   - Cherry-pick DBCP2 Javadoc fix
   - Fix BZ 65763 - improve handling of timeout during message write
   - Fix BZ 65767 - add support for certs with PBES2 protected keys
   - Refactor. Add new method isToken(String) to reduce duplication
   - Update h2 to avoid github security nag
   - Fix BZ 65785 - additional HTTP/2 header validation
   - Follow-up to fix for 65763.
   - Allow for relaxed validation of path and query characters in HTTP/2
   - Expand on fix for BZ 65757 - check for specific request thread
   - Add compilation support for Graal 21.3
   - Move import so build can complete
   - Refactor Connector/Endpoint pause only stop new connections/requests
   - Explicitly release pooled ByteBuffer instances on endpoint stop
   - Narrow the scope of the logging of invalid ccokies.
   - Improve Javadoc as suggested by schultz
   - Update copyright dates to 2022
   - Make test more robust
   - Remove test code
   - Make calculation of session storage location more robust
   - Reduce default timeouts for test client from infinite to 5 seconds.
   - Fix tests failing on Windows Server 2022
   - Update (currently unused) reproducible build timestamp
   - Increment version for next development cycle
   - Avoid IDE warnings when configuring Eclipse to use 11 with --release 8
   - SWitch to building with Java 11 and using --release
   - Parameterise the version of Java used to build Tomcat
   - Fix building releases with Java 11. Update change log for Java 11 switch
   - Update Travis for building with Java 11
   - Extend default timeout as buildbot tests are occasionally timing out
   - Don't include a cookie header in push request when there are no cookies
   - Refactor the handling of push promise frames for benefit of sub-classes
   - Back-port creation of dedicated test parser
   - Add support to HTTP/2 test parser for push promise frames.
   - Add a simple test for server push
   - Fix server push. Validation will see pseudo headers so should allow them
   - 10.0.15 release vote was cancelled
   - Update (currently unused) reproducible build timestamp
   - Increment version for next development cycle
   - Remove unused configuration
   - Align Derby version used with 10.1.x
   - Fix order to support reproducible builds
   - Use same options for all Javadoc tasks
   - Clarify that webapps stay the same
   - Add release date for 10.0.16
   - Include .editorconfig in text files that need consistent line endings
   - Remove the Java applet from the examples.
   - jarsToSkip += derby-*.jar jaxws-rt-*.jar
   - Use correct property to pass timestamp to tomcat-jdbc module
   - Remove remaining references to compile.source and compile.target
   - Reproducible builds: Consistent line endings in text files in JAR manifests
   - Reproducible builds. Use the prefiltered files for consistency
   - Refactor to avoid reproducibility issues due to zip task ordering
   - Reproducible builds: text files in JARs
   - Reproducibility for tomcat-jdbc when built as part of Tomcat
   - Reproducible builds: consistent line endings for graal files
   - Add note about changes for text files in JARs
   - Silence a dependabot nag (it is a test dependency)
   - Expand Locale <-> charset mapping
   - Improve docs for the protocol attribute of the JNDIRealm
   - Clarify settings for static clusters
   - Remove trailing space
   - Fix BZ 65848 Revert attempt to align behaviour as root cause was config
   - Add docs for OpenSSLConf and OpenSSLConfCmd
   - Correct a regression in the fix for BZ 65454
   - Fix BZ 65806 - FIPS enabled JREs don't support SHA1PRNG
   - Adds "jakarta.annotation" to filter
   - Add changelog entry
   - Fix individual test targets
   - Add support for additional user attributes in TomcatPrincipal
   - Update OWB to 2.0.26
   - Fix BZ 65776. Reduce false positives detecting duplicate accept bug
   - Fix copy/paste error
   - Allow http response date field set to older date
   - Based on #464. Avoid using null for class loader during lookups
   - Add workaround to allow running testsuite on Java 8
   - Remove accidental add
   - Revert "Cherry-pick DBCP2 Javadoc fix"
   - Suppress Javadoc warnings
   - Remove trailing space
   - Fix a potential exception when generating a WebDAV multi-status response
   - Improve human readability of WebDAV XML responses.
   - Add agreed upon javadoc
   - Fix ELContext save/restore after fragment helper invoke
   - Improve validation of Destination header
   - Deprecate unsued field
   - Correct docs. There is only one acceptor thread.
   - i18n removed one unused and add one missing
   - fix a typo in the comment
   - Minor optimisation.
   - Update reference to JUnit
   - Fix indent
   - Temporary workaround for broken DigiCert ONE REST API
   - Increment version number for next development cycle
   - Fix copy-and-paste error in new OpenSSLConfCmd docs.
   - Fix edge case in EL method matching
   - Refer to correct log4j web jar
   - Add chnagelog entry
   - Add release date for 10.0.17
   - Fix regression of bugfix 65757
   - Fix BZ 65921 - type sets content-type for response not request
   - Fix Response#sendRedirect() if no request context exists.
   - Follow up to #479. Fix logic. Thanks to kkolinko review
   - Improve comments. Remove unnecessary code.
   - Fix potential concurrency issue.
   - Revert "Temporary workaround for broken DigiCert ONE REST API"
   - Fix NPE if exception occurs during destruction of Servlet - BZ 65940
   - Throw IOE rather than ISE if application tries to write to closed stream
   - Fix typo
   - Increment version for next development cycle
   - Fix typos. Thanks to Thomas Hoffmann.
   - Add release date for 10.0.18 release
   - BZ-65951 Use the tomcat.output property instead of a relative path
   - Update to Commons Daemon 1.3.0
   - Update to Checkstyle 10.0
   - Update to SpotBugs 4.6.0
   - Back-port additional false positives
   - Avoid possible NPE
   - Expand spotbugs Ant task to cover test code
   - Fix sync issues identified by SpotBugs
   - Back-port additional false positives
   - Fix BZ 65952 - align jsvc docs with scripts
   - Correct docs for common Connector properties
   - Update BND to 6.2.0
   - Fix typo
   - Remove OSGi annotations dependency as it is no longer required
   - Update IDE config files after bnd update
   - Alphabetical order. Add missing entries.
   - Harden CredentialHandler implementations - constant-time comparisons
   - Use a constant for the cipher suite
   - Fix Javadoc warnings that broke the build
   - Repeatable builds: Need to use a LinkedHashSet to maintain order
   - Move all the installer files into a single directory
   - Remove unused cobertura logging configuration file
   - Re-order sections to use expected order
   - Update Apache Tomcat Native to 1.2.32
   - 65959: Serialize Function as String[] rather Class[]
   - PR #487: Improve logging of unknown settings frames
   - Remove check disabling logging
   - The javadoc needs to be reproducible.
   - Log a warning if a Connector is configured with h2 + optional cert auth
   - Remove incorrect comment
   - Log a warning for CLIENT-CERT + JSSE TLS 1.3 as PHA is not supported
   - Fix build when ant.tstamp.now is not specified
   - Remove trailing space
   - Improve the recycling of Processor objects to make it more robust.
   - replace deprecated getSubjectDN()
   - Keep format consistent with X509Certificate.getSubjectDN().getName()
   - Set timestamp (currently unused) for next release
   - Backport updates to Chinese translations
   - Backport updates to French translations
   - Back-port updates to Japanese translations
   - Back-port remaining updates to jakarta.el translations
   - Backport updates to German translations
   - Backport updates to Spanish translations
   - Backport updates to Korean translations
   - Backport updates to Chinese translations
   - Use better location for Tomcat pid file in example
   - Increment version for next dev cycle
   - Security hardening. Deprecate getResources() and always return null.
   - Update repeatable build timestamp (currently unused)
   - Increment version for next development cycle
   - Note 10.0.19 wasn't released and add date for 10.0.20
   - Replace non-existent com.h2database version.
   - Align h2 version with pom
   - Fix missing strings
   - 65991: Avoid NPE when checking for client cert
   - PR#494: Fix native library location
   - Minor typo on javadoc of setHostHeader method
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] leggiero closed pull request #497: Minor typo on javadoc of setHostHeader method

Posted by GitBox <gi...@apache.org>.
leggiero closed pull request #497: Minor typo on javadoc of setHostHeader method
URL: https://github.com/apache/tomcat/pull/497


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org