Restore HTTP access to liquibase schemas
See original GitHub issueHi 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:
- Created 2 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @zambrovski, @leitus and @AleksanderGrzybowski @lbanas This should be fixed now.
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!