Skip to content

Commit

Permalink
FELIX-6756 Cookie name "Path" is a reserved token
Browse files Browse the repository at this point in the history
- build wrappers before jetty bundles, so the jetty12 can depend on latest snapshot versions.
- jetty11 bundle still needs to rely on previous snapshot version until after the release is done.
  • Loading branch information
paulrutter committed Mar 10, 2025
1 parent d808cac commit d6e3ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/jetty12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers</artifactId>
<version>1.1.9-SNAPSHOT</version>
<version>1.1.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
<module>bridge</module>
<module>inventoryprinter</module>
<module>itest</module>
<module>wrappers</module>
<module>jetty</module>
<module>jetty12</module>
<module>proxy</module>
<module>samples/whiteboard</module>
<module>servlet-api</module>
<module>sslfilter</module>
<module>webconsoleplugin</module>
<module>wrappers</module>
</modules>
</project>

0 comments on commit d6e3ab5

Please sign in to comment.