Skip to content

Commit

Permalink
Merge pull request danfickle#3 from daniel-shuy/feature/classpath-url
Browse files Browse the repository at this point in the history
Support classpath protocol
  • Loading branch information
siegelzc authored Jan 26, 2024
2 parents dd4016e + 3932a9d commit b596fa2
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 439 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ protected BaseRendererBuilder(TBaseRendererBuilderState state) {
this.state = state;
this.useProtocolsStreamImplementation(new NaiveUserAgent.DefaultHttpStreamFactory(), "http", "https");
this.useProtocolsStreamImplementation(new NaiveUserAgent.DataUriFactory(), "data");
this.useProtocolsStreamImplementation(new NaiveUserAgent.ClassPathStreamFactory(), "classpath");
}

/**
Expand Down
Loading

0 comments on commit b596fa2

Please sign in to comment.