Hi Maurius,
Great!
I had a look at the XWIKI-3630 issue.
If wanted/needed I might be able to assist with some testing in WAS
environment.
Perhaps this affects the preview functionality also? I have not tested it
yet.
I have however tested (after my fix in the template) to include velocity
code according to the xwiki/2.0 syntax on my xwiki/2.0 page.
the code inserted was:
{{velocity}}
#info("Some info text")
{{/velocity}}
But it seems to be only partially rendered as a <div> element is rendered,
but visible on the page, which is rendered ok besides from this.
result in wysiwyg and also when viewing the page after saving:
<div class="infomessage">Some info text</div>
I haven't tested much with macros yet.
Another question:
I have access to my wiki restricted to registered users. Unauthorised
visitors should however be redirected (?) automatically to a page in a
public space instead of just being redirected to the log in page. How can
that be achieved?
Have a nice weekend,
Jonas
[snip]
Is this a bug in WAS 6.1? or is it actually following some servlet
standard
more strictly than other application servers do?
or just interpreting the
standard more strictly perhaps :-)
The servlet specification says nothing about this so I guess it's not
strictly correct to have query string parameters without a value. Some
web containers support it, but we should definitely avoid it.
How can we solve this?
Will this be adressed in a coming xwiki release?
Yes, will be fixed for XE 1.8.2. See
http://jira.xwiki.org/jira/browse/XWIKI-3630
Thanks for reporting this,
Marius