Affects: Compatibility/Configuration, Release Notes Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000007BhZE&sfdc.override=1 securitylevel_name: Public Drools/Guvnor supports any UTF-8 character as part of rule name, but when using WebDAV access, the multibyte characters in the URL are decoded as ISO-8859-1 by default. It will end up with 404. You can work around it by adding URIEncoding attribute in Connector settings in server.xml. {noformat} <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" /> {noformat} Here is a knowledgebase article for this issue. https://access.redhat.com/kb/docs/DOC-57339 It would be nice to have the settings in brms-standalone EWP out-of-the-box.
Link: Added: This issue is related to BRMS-601
I raised BRMS-601 for documentation. Hmm, I'm a bit unsure if I should have combine them into one JIRA :(
GSS prioritizes 'low'. Customer isn't stuck, workaround is documented.
Toshiya, please continue to open separate documentation bugs whenever necessary :) Thanks Lee
Could we add the attribute to Connector elements in the server.xml by default? It seems better to do it. If not, could we close this bug, as it's been documented already?
It is documented in the User Guide.
http://docs.redhat.com/docs/en-US/JBoss_Enterprise_BRMS_Platform/5/html/BRMS_User_Guide/ch07s03.html
Nothing for dev to do on this one :)
Looks like the issue still persists in EAP.. Productization team would own this
Resolved with revision 11414 of: brms-p/src/main/patches/eap/patch_add_uriencoding.xml Commit message: BZ-724764 Add URIEncoding to server/${config}/deploy/jbossweb.sar/server.xml.
The setting is there in both default and production profiles.
Docs note: I've added a note to the user guide stating that manually adding support is only required in versions 5.3 and below. The note will show up the next time we restage the doc. - Lee [1]http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_BRMS_Platform/5/html/BRMS_User_Guide/ch07s03.html#WebDav_Unicode
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.