java spring restful-url with semi-colon -


I am currently working on a project for which the use of a semi-colon in our comfort-url scheme the wanted.

As you can imagine, we have problems in dragging it - the built-in Java HTTPServletRequest is not playing well.

Is there a way to solve this problem?

Example restulf-url:

It seems that the spring is working only on / service / Bob - the mic is shortened.

We have tried% 3B (or something like% 3F) and it does not work.

Thanks in advance!

ct

This is the list of all the delimiters that you are legally in URI You can use:

 ! $ & Amp; () *,; = '': @ /?  

Try each and see what works for you.

Apparently Spring will give you the ; I'm not sure that this is a servlet object, but in any case, it is useless. Web Framework developers should allow any legal URI to be created.


Comments