-
Notifications
You must be signed in to change notification settings - Fork 2k
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
HTML imports fail when url params contain '/' characters #238
Comments
Should have mentioned the version: polymer-build-v0.0.20130801 |
There's been two stable releases since then: now at 0.0.20130816. Is this problem still an issue? |
Taking a dive into the HTMLImports code, this bug has to do with how we "compress" urls to remove instances of "..". The query string is treated as part of the url path when it should not be. |
The last stables (0.0.20130816, 0.0.20130815) doesnt work at all ... polymer-all/observe-js/src/observe.js This cause following errors: Uncaught ReferenceError: PolymerExpressions is not defined mdv.js:14 The stable package doesn`t have those files at all. Only empty folder like polymer-all/observe-js/ |
@totrash sigh, you're right. The submodule didn't get expanded for those zips. This should really be filed as it's own bug though. |
@totrash Filed Polymer/polymer-all#12 to track, make sure this broken build doesn't happen again! |
@JoernT closed by googlearchive/HTMLImports@cd35b53 |
We call a page with url params where some of them contain slashes. When url is encoded everything's fine but if these are not escaped the loading seems to go nuts.
The text was updated successfully, but these errors were encountered: