3 Replies Latest reply on Jan 13, 2016 8:46 AM by ctomc

    request.getRequestUri truncates on first semi-colon ';'

    arnab_ghosh

      Hi All,

       

      We are using Wildfly 8.2.0.Final and our application serves few file which has ";" in filename. Out request looks like below:

       

      https://our.domain.com/myapplication/preview/images/KEYFRAME_SCREENRES_00_00_01;00.jpg

       

      We have created a servlet which is mapped to in web.xml for path /preview.

      In our servlet request.getRequestUri is returning /images/KEYFRAME_SCREENRES_00_00_01, truncating everything after the first semi-colon.

       

      Please advice.

       

      Regards

      Arnab