1.0.0-1.2
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