mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #122] URL_PATTERN not working right? #97
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mandric on GitHub (Sep 17, 2013).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/122
Trying to include basic auth credentials in a sync url and get the "Please enter valid URL" message. Is it just me or does URL_PATTERN not work as expected?
@mandric commented on GitHub (Sep 17, 2013):
Strange thing is when I test out the URL_PATTERN separately, the pattern seems to work as expected.
https://github.com/ushahidi/SMSSync/blob/develop/smssync/src/main/java/org/addhen/smssync/util/Util.java#L78
@eyedol commented on GitHub (Sep 18, 2013):
@mandric Funky. I saw your pull request. Does it mean the issue has disappeared?
@mandric commented on GitHub (Sep 18, 2013):
It seems that way... but maybe you can verify?
@eyedol commented on GitHub (Sep 18, 2013):
@mandric I'll write a test case to verify. This scheme
http://user:pass@domain.com/index.phpfails right?@mandric commented on GitHub (Sep 24, 2013):
Added a test in the http-client-refactor branch.