Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape square brackets in path #100

Closed
wants to merge 17 commits into from
Closed

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    21e086f View commit details
    Browse the repository at this point in the history
  2. bugfix libwww-perl#99: Square brackets in path element not escaped.

    Hopefully fixes issue#99 w/o breaking new stuff.
    
    libwww-perl#99
    
    Setting the environment variable URI_RESERVED_SQUARE_BRACKETS=1
    restores the old behaviour (5.10 and before).
    
    See section ENVIRONMENT VARIABLES of the URI.pm perldoc.
    Perlbotics committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a3ffb3a View commit details
    Browse the repository at this point in the history
  3. Tests for issue#99: Square brackets in path element not escaped.

    Not complete yet. See #TODO.
    Perlbotics committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0934b5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d6dad1 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Fixed typos in POD of URI.pm

    Perlbotics committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    84c6e3d View commit details
    Browse the repository at this point in the history
  2. more tests, esp. getter validation

    Perlbotics committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    35f14b0 View commit details
    Browse the repository at this point in the history
  3. userinfo(): setter escapes according to RFC 3987

    Perlbotics committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    163b6c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227a5ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd7cbf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. URI.pm: POD fixed

    Perlbotics committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    331ab85 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    71c5efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea39f2 View commit details
    Browse the repository at this point in the history
  3. Unused global variable removed.

    Perlbotics committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    82b93b5 View commit details
    Browse the repository at this point in the history
  4. _generic.pm: uses Regexp::IPv6 if installed, fallback otherwise

    The fallback regexp is just a check for the minimum amount of
    legal characters. Extra check is used to ensure that at least
    two colons are present.
    
    See: libwww-perl#100 (comment)
    Perlbotics committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5c42ef9 View commit details
    Browse the repository at this point in the history
  5. Another try to get POD spehlink rait.

    Perlbotics committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5f93bb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. cpanfile: Regexp::IPv6 is suggested at runtime

    Perlbotics committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    c8a3977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe2708 View commit details
    Browse the repository at this point in the history