Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p80CI-0001iS-Tc for pgsql-jdbc@arkaria.postgresql.org; Wed, 21 Dec 2022 14:35:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p80CH-0001g6-2I for pgsql-jdbc@arkaria.postgresql.org; Wed, 21 Dec 2022 14:35:53 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p80CG-0001fa-Pi for pgsql-jdbc@lists.postgresql.org; Wed, 21 Dec 2022 14:35:52 +0000 Received: from out-22.smtp.github.com ([192.30.252.205] helo=smtp.github.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p80CE-0000g5-8D for pgsql-jdbc@lists.postgresql.org; Wed, 21 Dec 2022 14:35:52 +0000 Received: from github.com (hubbernetes-node-71514b4.ac4-iad.github.net [10.52.222.37]) by smtp.github.com (Postfix) with ESMTPA id 714DF720CF4 for ; Wed, 21 Dec 2022 06:35:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1671633348; bh=C5HlirwYY8qji57fMFHGOczyvySvFuP2c+jGzy0aLtA=; h=Date:From:To:Subject:From; b=GmWm3//4yVuYGr79ZhR2wJ9fRYossnOti+bg24yBcN7deO9x3/p8NktekVtGsYIJZ Tyl+r5nhHEW9JH8kpo2isfgz5rQ2P6lNqu69a/wlVx9gKAX629iLgE8OUDyq+T7dgk UJ9WL6d9Eu580m7P5ij9xb9q5kevHhsu3zub1Y1Y= Date: Wed, 21 Dec 2022 06:35:48 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] df3278: Document the need to encode reserved characters in... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: df3278ef841b24b3ad157ee35fa916010524626c https://github.com/pgjdbc/pgjdbc/commit/df3278ef841b24b3ad157ee35fa916010524626c Author: Dave Cramer Date: 2022-12-21 (Wed, 21 Dec 2022) Changed paths: M docs/content/documentation/use.md Log Message: ----------- Document the need to encode reserved characters in the connection URL (#2700)