Skip to content

1.0.0-1.2

Compare
Choose a tag to compare
@tomdesair tomdesair released this 26 Aug 21:02
· 72 commits to master since this release

This release is available in the Maven Central repository as:

<dependency>
    <groupId>me.desair.tus</groupId>
    <artifactId>tus-java-server</artifactId>
    <version>1.0.0-1.2</version>
</dependency>

Fixes:

  • Allow regex expressions in upload URI in order to support URL parameters: issue #11
  • Return relative URL in Location header on upload creation in order to prevent (browser mixed content blocking) problems with HTTPS proxies sitting before the web application