Skip to content

Commit

Permalink
Merge pull request #5251 from eclipse/jetty-9.4.x-5247-forwarded-head…
Browse files Browse the repository at this point in the history
…er-priority

Issue #5247 ForwardedRequestCustomizer authority order rework
  • Loading branch information
joakime authored Sep 23, 2020
2 parents 730a442 + ebfdf8f commit 8fe32ce
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 320 deletions.
4 changes: 3 additions & 1 deletion aggregates/jetty-all-compact3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none &#45;&#45;allow-script-in-comments</additionalparam>
<!-- up to date javadoc syntax isn't supported under the compact3 limitations -->
<additionalOptions>-Xdoclint:none</additionalOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</configuration>
<executions>
<execution>
Expand Down
Loading

0 comments on commit 8fe32ce

Please sign in to comment.