aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/application/UriPattern.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove priority from UriPatternHåkon Hallingstad2022-02-151-33/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Explicitly allow only absolute URIs with host in UriPattern.matchJon Marius Venstad2020-12-231-7/+8
* Revert "Revert require port from URI when specified in binding"Jon Marius Venstad2020-12-221-15/+1
* Revert require port from URI when specified in bindingJon Marius Venstad2020-12-221-1/+15
* Reinstate use of getRawPath which was lost in merge conflict from previous re...Jon Marius Venstad2020-12-211-1/+1
* Revert treating empty paths as "/"Jon Marius Venstad2020-12-211-2/+6
* Use the rawPath, not the URL-decoded path, of the URIJon Marius Venstad2020-12-211-2/+2
* Use / as the default for no URI pathJon Marius Venstad2020-12-211-6/+2
* Require scheme in URI to matchJon Marius Venstad2020-12-211-1/+2
* Reorder match orderJon Marius Venstad2020-12-211-13/+12
* Require host to be present in URIs to matchJon Marius Venstad2020-12-211-1/+2
* Require port to be present in given URI when specified in bindingJon Marius Venstad2020-12-211-15/+1
* Rename helper methods to reveal functionJon Marius Venstad2020-12-211-19/+19
* Deprecate unused and complicating "priority"Jon Marius Venstad2020-12-211-1/+14
* Handle 'https' scheme in uri pattern matching as 'http'Bjørn Christian Seime2019-04-031-2/+7
* Revert "Handle 'https' scheme in uri pattern matching as 'http'"Bjørn Christian Seime2019-04-031-7/+2
* Handle 'https' scheme in uri pattern matching as 'http'Bjørn Christian Seime2019-04-021-2/+7
* Generate html5 javadocgjoranv2019-01-211-2/+2
* Match uris with implicit port given from schemeBjørn Christian Seime2018-11-191-1/+16
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* PublishJon Bratseth2016-06-151-0/+217