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

Issue parse css containing absolute urls #81

Merged
merged 5 commits into from
Jun 8, 2022

Commits on Jun 5, 2022

  1. test to prove incorrect matching of data urls inside a real life use …

    …case
    Bram Bogaert committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    a02943d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. test that absolute urls extracted from a css are not altered and rela…

    …tive urls are altered as expected
    Bram Bogaert committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ba61032 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Merge branch 'master' into issue-parse-css-containing-absolute-urls

    # Conflicts:
    #	crawler4j-core/src/test/java/edu/uci/ics/crawler4j/tests/parser/CssParseDataTest.java
    Bram Bogaert committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    4e778ed View commit details
    Browse the repository at this point in the history
  2. javadoc cleanup

    Bram Bogaert committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a54313a View commit details
    Browse the repository at this point in the history
  3. fix for the issue with absolute urls

    Bram Bogaert committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    73cf375 View commit details
    Browse the repository at this point in the history