lukaszlenart opened a new pull request, #102:
URL: https://github.com/apache/struts-intellij-plugin/pull/102

   ## Summary
   
   - Normalize namespace-relative JSP paths in `<result>` elements (e.g. 
`WEB-INF/upload.jsp` without a leading `/`) so they resolve against the web 
facet like Struts does at runtime
   - Fix path completion inside `<result>` tags on IntelliJ 2026.1 by using a 
correct `NamespaceRelativeFileReferenceSet` implementation
   - Default to the `dispatcher` result type when a package does not declare 
result types (typical `extends="struts-default"` setups)
   - Report missing JSP targets via `StrutsResultPathAnnotator` and offer a 
**Create file** intention on Option+Enter
   
   ## Test plan
   
   - [x] `./gradlew test -x rat` (350 tests passing)
   - [x] Manual verification on file-upload example: `WEB-INF/upload.jsp` 
resolves, `WEB-INF/failed.jsp` shows error + Create file intention, completion 
hints work while typing paths
   
   
   Made with [Cursor](https://cursor.com)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to