-
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
localResource check if HtmlFile #153
Comments
I have the same problem with |
thx for mentioning... |
We are also affected. cc @SimonScholz. Maybe @joschi would be able to help here again? |
I'd be most grateful for help... @SimonScholz or @joschi, if you like I can give you commit rights so you can fix and don't need to wait for me to accept the PRs |
It seems I have been running into a similar problem (at least as for the OP: a |
Hopefully resolved. Please provide more test cases when the problem persists. |
The hrefs need to be valid html links and we should check the regex before processing the file. Noticed this when processing pages containing javacript scripts href=javascript:show(id) for example, this gives the following error :
groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.io.File#. Cannot resolve which method to invoke for [class java.lang.String, null] due to overlapping prototypes between: [class java.lang.String, class java.lang.String] [class java.lang.String, class java.io.File]
The text was updated successfully, but these errors were encountered: