Skip to content

javaDoc in Browser - improperly encodes '#' in URL #883

@mchampine

Description

@mchampine

If I call cider-javadoc with "Integer" it works. If I call it with "Integer/toString" it builds the URL with the hash (#) encoded as %23. This leads to a Sorry page on oracle.com.

https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html%23toString%28int,%20int%29

The URL Should be:
https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html#toString%28int,%20int%29

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions