3 Replies Latest reply on Aug 13, 2012 6:33 PM by csa

    PathSegmentImpl incorrectly encoded when passed to REST server

    mcasperson

      When using a PathSegmentImpl in Errai, the URL that is called appears to incorrectly encode the ; and = characters that make up the PathSegment. Below is an attempt to call a REST endpoint with the following PathSegment:

       

      query;tag4=1;tag133=1
      

       

      As you can see, the semicolons and equals characters have been encoded, which is not recognised by the RESTEasy server.

      erraibug.png