Closed ksg97031 closed 2 weeks ago
This PR addresses two critical issues identified during testing and development:
Handling Empty URLs in Endpoint Parsing
Improving Java Lexer for Newline Sanitization
RequestMapping
These changes improve the stability and reliability of endpoint parsing and Java annotation handling in the application.
8650dd4
e04cc638
9e70456
Description
This PR addresses two critical issues identified during testing and development:
Handling Empty URLs in Endpoint Parsing
Improving Java Lexer for Newline Sanitization
RequestMapping
annotations were improperly sanitized along with newlines.These changes improve the stability and reliability of endpoint parsing and Java annotation handling in the application.
Changes
8650dd4
: Added handling for empty URLs in endpoint parsing.e04cc638
: Prevented crashes caused by empty URL strings.9e70456
: Adjusted Java lexer to handle newline sanitization correctly.Testing