-
Notifications
You must be signed in to change notification settings - Fork 48
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
Commits on Jun 7, 2022
-
uri-test: use local implementation (./lib) while authoring module
Perlbotics committedJun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 21e086f - Browse repository at this point
Copy the full SHA 21e086fView commit details -
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 committedJun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for a3ffb3a - Browse repository at this point
Copy the full SHA a3ffb3aView commit details -
Tests for issue#99: Square brackets in path element not escaped.
Not complete yet. See #TODO.
Perlbotics committedJun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 0934b5d - Browse repository at this point
Copy the full SHA 0934b5dView commit details -
t/old-base.t adapted to match new and legacy behavior
Perlbotics committedJun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 6d6dad1 - Browse repository at this point
Copy the full SHA 6d6dad1View commit details
Commits on Jun 8, 2022
-
Perlbotics committed
Jun 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 84c6e3d - Browse repository at this point
Copy the full SHA 84c6e3dView commit details -
more tests, esp. getter validation
Perlbotics committedJun 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 35f14b0 - Browse repository at this point
Copy the full SHA 35f14b0View commit details -
userinfo(): setter escapes according to RFC 3987
Perlbotics committedJun 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 163b6c4 - Browse repository at this point
Copy the full SHA 163b6c4View commit details -
authority(): setter escapes userinfo part separately from host part
Perlbotics committedJun 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 227a5ba - Browse repository at this point
Copy the full SHA 227a5baView commit details -
authority(): IPv6 detection for host part (should use Regexp::IPv6)
Perlbotics committedJun 8, 2022 Configuration menu - View commit details
-
Copy full SHA for bd7cbf3 - Browse repository at this point
Copy the full SHA bd7cbf3View commit details
Commits on Jun 12, 2022
-
Perlbotics committed
Jun 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 331ab85 - Browse repository at this point
Copy the full SHA 331ab85View commit details
Commits on Jun 22, 2022
-
uri-test: explicit use of ./lib replaced by visual warning
Perlbotics committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 71c5efc - Browse repository at this point
Copy the full SHA 71c5efcView commit details -
POD corrections and clarifications.
Perlbotics committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 6ea39f2 - Browse repository at this point
Copy the full SHA 6ea39f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b93b5 - Browse repository at this point
Copy the full SHA 82b93b5View commit details -
_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 committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 5c42ef9 - Browse repository at this point
Copy the full SHA 5c42ef9View commit details -
Another try to get POD spehlink rait.
Perlbotics committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 5f93bb4 - Browse repository at this point
Copy the full SHA 5f93bb4View commit details
Commits on Jul 4, 2022
-
cpanfile: Regexp::IPv6 is suggested at runtime
Perlbotics committedJul 4, 2022 Configuration menu - View commit details
-
Copy full SHA for c8a3977 - Browse repository at this point
Copy the full SHA c8a3977View commit details -
Spelling fixed and comments updated. Thanks, @simbabque.
Perlbotics committedJul 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 4fe2708 - Browse repository at this point
Copy the full SHA 4fe2708View commit details