question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Restore HTTP access to liquibase schemas

See original GitHub issue

Hi folks,

the error re-appeared again. Today, the call curl -v http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.9.xsd delivers 301 moved permanently (Location: https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.9.xsd).

SAX Parsers in Keycloak for example are not able to get them. Could you please re-enable the unsafe http access?

Thanks,

Simon

_Originally posted by @zambrovski in https://github.com/liquibase/liquibase/issues/1153#issuecomment-1026597782_

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
molivasdatcommented, Feb 1, 2022

Hi @zambrovski, @leitus and @AleksanderGrzybowski @lbanas This should be fixed now.

1reaction
AleksanderGrzybowskicommented, Feb 1, 2022

Yes, that may be a pretty old version, it is version 3.8.9 #73 built at Mon Apr 06 09:32:58 UTC 2020. Edit: I know I can update the URL with HTTPS and it will work (someone responded in the other ticket), but it would be cool if it kept working as it is. Our setup doesn’t allow to change changelog files without rebuilding dozens of Docker images, though, we’ll do it if necessary. Thanks a lot!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started | Liquibase Best Practices
Learn some best practices to keep in mind while using Liquibase.
Read more >
Liquibase Tutorial: Learn to Manage Your Database Schema
Liquibase tracks changes using its own tables in your schema to ensure consistency and to avoid corruption due to incorrectly altered ...
Read more >
How To: Include a SqlRule to enforce managed schemas
This rule should account for schemas referenced in any of the below formats when using the actual schema name (not property substitution for...
Read more >
Liquibase: how to revert back my DB to a previous state in that ...
1 Answer 1 ... Liquibase doesn't really deal with the data - so if you want to do something like this you would...
Read more >
XSDs are not resolved from the jar when referenced via HTTPS
Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd', because 1) could not find the document; 2) the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found