What needs to happen?
When clicking "Share my code" on an unmodified catalog example, the shareable link is in the following format:
https://play-dev.beam.apache.org/?path=SDK_JAVA%2FPRECOMPILED_OBJECT_TYPE_EXAMPLE%2FMinimalWordCount&sdk=java
It has %2F for slashes. It is inconvenient to extract path from it. Slashes are not required to be encoded for most applications. We should not encode them.
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components