This repository has been archived by the owner on Mar 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance URL parsing and fix doc (#120)
This fixes some minor issues, replacing the `function.uri` regex with `java.net.URL` parsing. * Accepts main without handler `file:/target/my.jar?main=functions.App` technically not required for `@SpringBootApplication` but does not result in error * Accepts `handler` and `main` parameters in any order * Protocol defaults to `file:` if not provided.
- Loading branch information
Showing
2 changed files
with
115 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters