Skip to content

some invalid urls are being generated #267

Open
@pkra

Description

@pkra

These two regressions were missed during a a recent NOTI regeneration.

E.g. noti2611 has

\url{https://top100.diverseeducation.com/HBCUs-2018-2019/?search_degree=Bachelor&search_race=African+American&search_major=Mathematics+And+Statistics&search_school=&search_rank=&search_state=&search=search#anchor}.}

turning into

<ext-link xlink:href="https://top100.diverseeducation.com/HBCUs-2018-2019/?search_degree=Bachelor&amp;search_race=African+American&amp;search_major=Mathematics+And+Statistics&amp;search_school=&amp;search_rank=&amp;search_state=&amp;search=search##anchor">https://top100.diverseeducation.com/HBCUs-2018-2019/?search_degree=Bachelor&amp;search_race=African+American&amp;search_major=Mathematics+And+Statistics&amp;search_school=&amp;search_rank=&amp;search_state=&amp;search=search##anchor</ext-link>

Note how # becomes ## which is invalid. The same thing happens in noti2749.

E.g. noti3096 has

\url{https://stats.wikimedia.org/#/en.wikipedia.org/contributing/user-edits/normal|bar|all|(page_type)~content*non-content|monthly

turning into

<ext-link xlink:href="https://stats.wikimedia.org/#/en.wikipedia.org/contributing/user-edits/normal|bar|all|(page_type)~content*non-content|monthly">https://stats.wikimedia.org/#/en.wikipedia.org/contributing/user-edits/normal|bar|all|(page_type)~content*non-content|monthly</ext-link>

where | is not properly encoded.

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