I would like to know what the specification for semicolons in wicket URLs is.
May they be used and to what end?

I have for example these URLs (using wicket 1.5.8):

http://localhost:8080/dor/abc_1234:56;023:456_def_78;90.html
http://localhost:8080/dor/abc_1234:56%3B023:456_def_78%3B90.html
http://localhost:8080/dor/?abc=1234:56%3B023:456&def=78%3B90

which work as I expect when called directly (I get
abc_1234:56;023:456_def_78;90.html as a page parameter value and can parse it as
I like, handling the semicolons as internal delimiters), but the URLs are cut
off before the semicolon (after …:56) after form submission when I use them in
forms. Is this a bug (if yes, I can file a JIRA issue with a quick start
attached) or just how it was designed to work?

Maybe there is some correlation with the handling of ;jsessionid?






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

Reply via email to