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

Using ftp:// URLs fails #29

Closed
nervetattoo opened this issue Feb 23, 2016 · 2 comments
Closed

Using ftp:// URLs fails #29

nervetattoo opened this issue Feb 23, 2016 · 2 comments

Comments

@nervetattoo
Copy link

Everything is in place for using ftp (and other protocols, like file://) except for the validation caused by AttributeType::Url.
I guess the simplest way around it is using ::Uri and writing custom validations in the record/model.

I've hacked my way around it by just changing the attributetypes locally at least ...

@engram-design
Copy link
Contributor

Hadn't thought about using ftp and other protocols, but I suppose that makes sense. This'll be changed in the next release, thanks!

@engram-design
Copy link
Contributor

This has been included in the 1.4.7 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants