Skip to content

Commit

Permalink
Update http/src/main/java/io/micronaut/http/uri/UriTemplate.java
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio del Amo <[email protected]>
  • Loading branch information
ChaimaaeROUAI and sdelamo authored Jan 2, 2025
1 parent 6c0bae9 commit d49b465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/src/main/java/io/micronaut/http/uri/UriTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public int getRawSegmentLength() {
*
* @param uri The URI string
* @return The raw path component, preserving encoding of special characters
* @since 4.8.0
*/
public static String getRawPathComponent(String uri) {
int queryIndex = uri.indexOf('?');
Expand Down

0 comments on commit d49b465

Please sign in to comment.