You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file://c/:/Src/thatcher-env-js-cb738b9/specs/frame/proxy.html JavaException: java.net.UnknownHostException: c
This seems to be a problem with the urlparse methods, most likely urlparse.urlspllit(), since that is the only one that references ':', essentially it is producing an invalid windows file URL.
The text was updated successfully, but these errors were encountered:
Thanks, this was also reported recently here: http://groups.google.com/group/envjs/browse_thread/thread/15399517e359a878?hl=en
I promised to create a ticket and patch so I will now. in general though post issues to the list, eventually we will break the list into dev and users but its not enough trafic yet to merit several lists.
The unit tests fail on windows with, e.g.:
file://c/:/Src/thatcher-env-js-cb738b9/specs/frame/proxy.html JavaException: java.net.UnknownHostException: c
This seems to be a problem with the urlparse methods, most likely urlparse.urlspllit(), since that is the only one that references ':', essentially it is producing an invalid windows file URL.
The text was updated successfully, but these errors were encountered: