WebLogic Error 404-not found ternary expression

Source: Internet
Author: User

When you access a WebLogic page, an error occurs:

Error 404 -- not found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 not found
The server has not found anything matching the request-Uri. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. the 410 (gone) Status Code shocould be used if the server knows, through some internally retriable mechanisms, that an old resource is permanently unavailable and has no forwarding address.
 

The error message indicates that the access path is incorrectly configured,

After searching for a long time, I found that the reason is that the three-element expression is used on the page.

$ {Item. payeebankno = 'null '? '': Item. payeebankno}

Change

<C: If test = "$ {item. payeebankno! = 'Null'} ">
$ {Item. payeebankno}
</C: If>

 

I don't know why WebLogic reports an error.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.