<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unnecessary keywords in response code generated by Aria]]></title><description><![CDATA[<p dir="auto">When ever I request for a code or correct my code then it add unnecessary tags in java code like</p>
<pre><code>@Bean
public &lt;link&gt;SecurityFilterChain&lt;/link&gt; securityFilterChain(HttpSecurity http) throws Exception {
    http.csrf().disable()
        .&lt;link&gt;authorizeRequests&lt;/link&gt;(authorize -&gt; authorize
            .&lt;link&gt;antMatchers&lt;/link&gt;("/user/**").hasRole("USER")
            .&lt;link&gt;antMatchers&lt;/link&gt;("/admin/**").hasRole("ADMIN")
            .&lt;link&gt;antMatchers&lt;/link&gt;("/").permitAll()
            .anyRequest().authenticated()
        )
        .&lt;link&gt;formLogin&lt;/link&gt;();
    return http.build();
}
</code></pre>
<p dir="auto">Language - Java<br />
I don't  know if other languages have same issue</p>
]]></description><link>https://forums.opera.com/topic/68961/unnecessary-keywords-in-response-code-generated-by-aria</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 18:55:06 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/68961.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Dec 2023 13:23:54 GMT</pubDate><ttl>60</ttl></channel></rss>