fix: Remove URL encoding in project name by sakthivelmanii · Pull Request #4188 · googleapis/java-spanner (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Conversation

@sakthivelmanii

Description:

Path template is encoding the generated project name by default. It is converting : into %3A which is causing issues in the Spanner. Spanner checks if project name is valid by checking the characters.

olavloite

@sakthivelmanii

olavloite

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

Labels

api: spanner

Issues related to the googleapis/java-spanner API.

size: s

Pull request size is small.

2 participants

@sakthivelmanii @olavloite