To save processing time, you can now enable caching of rewritten RAML. To do so, add an expiry interval, in seconds, to your RamlRewriterFilter
configuration in the web.xml file. For example:
<filter>
<filter-name>ramlRewriterFilter</filter-name>
<filter-class>com.sap.cloud.yaas.servicesdk.ramlrewriter.filter.RamlRewriterFilter</filter-class>
<init-param>
<param-name>expireAfterSeconds</param-name>
<param-value>1800</param-value>
</init-param>
</filter>
For details, see The RamlRewriterFilter.
Support for unencoded slash in URI parameter in Rammler
To use unencoded slashes in URI parameters, call a different constructor of the generated Rammler client, providing true
as the value for the parameter encodeSlashInPath
.
If you find any information that is unclear or incorrect, please let us know so that we can improve the Dev Portal content.
Use our private help channel. Receive updates over email and contact our specialists directly.
If you need more information about this topic, visit hybris Experts to post your own question and interact with our community and experts.