Pingvin235 opened a new pull request #434:
URL: https://github.com/apache/tomcat/pull/434


   Greetings to All,
   
   the proposed fix makes optional taking requests parameters for internal 
requests. 
   Which produced when using JSTL directives `<c:import`. 
   
   **Explanation case** 
   
   Processing `REQUEST1` with parameters `param1=value11` and `param2=value12`. 
   Processing forwards to a JSP page, containing internal sub-request:
   ``` jsp
   <c:import url="URL2?param2=value22&param3=value23"
   ```
   In called `REQUEST2` will be presented:
   * `param1=value11`
   * `param2=value12&param2=value22`
   * `param3=value23`
   
   Such behavior is not always wanted because of collisions in similar named 
parameters. 
   
   **Solution**
   
   The proposed change has been implemented for a long time ago and 
successfully tested internally. Would be great to include it in main project. 
Kindly ask to help with passing through all the requirements for that.
   
    
   
   


-- 
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: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to