• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Unnecessary keywords in response code generated by Aria

    Bugs
    1
    1
    1199
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • riteshrhkr
      riteshrhkr last edited by

      When ever I request for a code or correct my code then it add unnecessary tags in java code like

      @Bean
      public <link>SecurityFilterChain</link> securityFilterChain(HttpSecurity http) throws Exception {
          http.csrf().disable()
              .<link>authorizeRequests</link>(authorize -> authorize
                  .<link>antMatchers</link>("/user/**").hasRole("USER")
                  .<link>antMatchers</link>("/admin/**").hasRole("ADMIN")
                  .<link>antMatchers</link>("/").permitAll()
                  .anyRequest().authenticated()
              )
              .<link>formLogin</link>();
          return http.build();
      }
      

      Language - Java
      I don't know if other languages have same issue

      Reply Quote 0
        1 Reply Last reply
      • Locked by  leocg leocg 
      • First post
        Last post

      Computer browsers

      • Opera for Windows
      • Opera for Mac
      • Opera for Linux
      • Opera beta version
      • Opera USB

      Mobile browsers

      • Opera for Android
      • Opera Mini
      • Opera Touch
      • Opera for basic phones

      • Add-ons
      • Opera account
      • Wallpapers
      • Opera Ads

      • Help & support
      • Opera blogs
      • Opera forums
      • Dev.Opera

      • Security
      • Privacy
      • Cookies Policy
      • EULA
      • Terms of Service

      • About Opera
      • Press info
      • Jobs
      • Investors
      • Become a partner
      • Contact us

      Follow Opera

      • Opera - Facebook
      • Opera - Twitter
      • Opera - YouTube
      • Opera - LinkedIn
      • Opera - Instagram

      © Opera Software 1995-